Add used includes.

This commit is contained in:
Garrett Wollman 2000-05-16 16:38:52 +00:00
parent 276dd9374f
commit 08221db804
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60647

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.