From 9f80feb348f572ea03b8c6db3d134e223b77adc8 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 1 Dec 2002 13:38:25 +0000 Subject: [PATCH] Bootstrapping aid from pre-kqueue(2) systems, e.g. 4.0-RELEASE. Submitted by: jmallett Approved by: re (bmah) --- usr.bin/make/job.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index e7d045001e0..59f3ec9bf23 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -106,7 +106,9 @@ __FBSDID("$FreeBSD$"); #include #include #include +#ifdef USE_KQUEUE #include +#endif #include #include #include