diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-01 13:38:25 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-01 13:38:25 +0000 |
| commit | 9f80feb348f572ea03b8c6db3d134e223b77adc8 (patch) | |
| tree | 0d56a61a6b3742556039e4c1a6ffcd90f887eed2 /usr.bin/make | |
| parent | fa599784d34caf30b1a448857bdfb7a09a6144ef (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/job.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index e7d045001e00c..59f3ec9bf23bd 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> |
