summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-25 14:45:36 +0000
committerru <ru@FreeBSD.org>2001-04-25 14:45:36 +0000
commit9c667112982aa865adffb006ff3afb48ac70e03a (patch)
treef8de28be8a467a7755f1b8797b4d9787dd091f65 /usr.bin/make
parentd2b01e69fab833278598e1026bcac2bef56f74d0 (diff)
downloadFreeBSD-src-9c667112982aa865adffb006ff3afb48ac70e03a.zip
FreeBSD-src-9c667112982aa865adffb006ff3afb48ac70e03a.tar.gz
-Wall cleanup.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/dir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c
index fa49cf4..76b2478 100644
--- a/usr.bin/make/dir.c
+++ b/usr.bin/make/dir.c
@@ -88,8 +88,9 @@ __RCSID("$FreeBSD$");
#include <stdio.h>
#include <sys/types.h>
-#include <dirent.h>
#include <sys/stat.h>
+#include <dirent.h>
+#include <err.h>
#include "make.h"
#include "hash.h"
#include "dir.h"
OpenPOWER on IntegriCloud