Add used includes.

This commit is contained in:
wollman 2000-05-16 16:38:52 +00:00
parent 5b92721b90
commit 82619db575

View File

@ -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.