summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2005-05-12 16:40:16 +0000
committerjmallett <jmallett@FreeBSD.org>2005-05-12 16:40:16 +0000
commit2b0b1f00308c182524fcae43aad2f9ef0823a7c2 (patch)
tree9c880978ee8a0ea769c5a81548e4c25df402abba /usr.bin/make
parentdc00eb7b0048ad342ac292a00ccd93f638109498 (diff)
downloadFreeBSD-src-2b0b1f00308c182524fcae43aad2f9ef0823a7c2.zip
FreeBSD-src-2b0b1f00308c182524fcae43aad2f9ef0823a7c2.tar.gz
Include <err.h>. On my system CVS Make(1) has an implicit declaration of
warnc(3) without it.
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 b9be4db..523f0b9 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>
OpenPOWER on IntegriCloud