aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2005-05-12 16:40:16 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2005-05-12 16:40:16 +0000
commit3b7d275a3d7bfd13588e62d2d18045c608d6fa03 (patch)
tree9c880978ee8a0ea769c5a81548e4c25df402abba /usr.bin/make
parent355ff30c95ecfca7498b648ea23f7f232489dd2a (diff)
downloadsrc-3b7d275a3d7bfd13588e62d2d18045c608d6fa03.tar.gz
src-3b7d275a3d7bfd13588e62d2d18045c608d6fa03.zip
Include <err.h>. On my system CVS Make(1) has an implicit declaration of
warnc(3) without it.
Notes
Notes: svn path=/head/; revision=146160
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index b9be4db7d6a9..523f0b937ba7 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -118,6 +118,7 @@ __FBSDID("$FreeBSD$");
#endif
#include <sys/wait.h>
#include <ctype.h>
+#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>