mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
Add used includes.
This commit is contained in:
parent
276dd9374f
commit
08221db804
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ static const char rcsid[] =
|
|||
"$FreeBSD$";
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h> /* XXX for mtree.h */
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include <err.h>
|
||||
|
|
@ -39,6 +40,9 @@ static const char rcsid[] =
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "mtree.h" /* XXX for extern.h */
|
||||
#include "extern.h"
|
||||
|
||||
/*
|
||||
* We're assuming that there won't be a whole lot of excludes,
|
||||
* so it's OK to use a stupid algorithm.
|
||||
|
|
|
|||
Loading…
Reference in a new issue