Add used includes.
This commit is contained in:
parent
5b92721b90
commit
82619db575
@ -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…
x
Reference in New Issue
Block a user