summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/job.c b/job.c
index 1a65bcc..3df1691 100644
--- a/job.c
+++ b/job.c
@@ -37,6 +37,7 @@ extern int errno;
#else /* Not POSIX. */
#define NGROUPS_MAX NGROUPS
#endif /* POSIX. */
+#endif
#ifdef HAVE_WAITPID
#include <sys/wait.h>