diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-12 00:21:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-12 00:21:48 +0000 |
commit | d3ea4206509c44968cb90791b5d78a465537ee58 (patch) | |
tree | a103f958d4805ac1a76e559b253590c05da4181e | |
parent | 067777e77dd785d2d9fac579921529a64330c494 (diff) | |
download | gunmake-d3ea4206509c44968cb90791b5d78a465537ee58.tar.gz |
Formerly job.c.~71~
-rw-r--r-- | job.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ extern int errno; #else /* Not POSIX. */ #define NGROUPS_MAX NGROUPS #endif /* POSIX. */ +#endif #ifdef HAVE_WAITPID #include <sys/wait.h> |