summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2000-05-16 16:38:52 +0000
committerwollman <wollman@FreeBSD.org>2000-05-16 16:38:52 +0000
commit82619db57590c9094db74a70d1a91ea8024f0fad (patch)
tree09077dc8f0f9e2e86d78143ef88c4b7127637f10
parent5b92721b90237f0851516cea494c73402be8f8c9 (diff)
downloadFreeBSD-src-82619db57590c9094db74a70d1a91ea8024f0fad.zip
FreeBSD-src-82619db57590c9094db74a70d1a91ea8024f0fad.tar.gz
Add used includes.
-rw-r--r--usr.sbin/mtree/excludes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/mtree/excludes.c b/usr.sbin/mtree/excludes.c
index 86c7cdf..47ab298 100644
--- a/usr.sbin/mtree/excludes.c
+++ b/usr.sbin/mtree/excludes.c
@@ -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.
OpenPOWER on IntegriCloud