diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2005-05-12 16:40:16 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2005-05-12 16:40:16 +0000 |
| commit | 3b7d275a3d7bfd13588e62d2d18045c608d6fa03 (patch) | |
| tree | 9c880978ee8a0ea769c5a81548e4c25df402abba /usr.bin/make | |
| parent | 355ff30c95ecfca7498b648ea23f7f232489dd2a (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/job.c | 1 |
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> |
