summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-01 13:38:25 +0000
committerru <ru@FreeBSD.org>2002-12-01 13:38:25 +0000
commitf65e3497aa3049df9bddaaa7fe44890c951114f3 (patch)
tree0d56a61a6b3742556039e4c1a6ffcd90f887eed2 /usr.bin
parent1934447eacb7f49e1384d686978d651513c09f02 (diff)
downloadFreeBSD-src-f65e3497aa3049df9bddaaa7fe44890c951114f3.zip
FreeBSD-src-f65e3497aa3049df9bddaaa7fe44890c951114f3.tar.gz
Bootstrapping aid from pre-kqueue(2) systems, e.g. 4.0-RELEASE.
Submitted by: jmallett Approved by: re (bmah)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/job.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index e7d0450..59f3ec9 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -106,7 +106,9 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <sys/file.h>
#include <sys/time.h>
+#ifdef USE_KQUEUE
#include <sys/event.h>
+#endif
#include <sys/wait.h>
#include <err.h>
#include <errno.h>
OpenPOWER on IntegriCloud