*BSD build fix: Include sys/wait.h as described in POSIX specs

This commit is contained in:
Jasper Lievisse Adriaanse 2012-07-08 17:47:24 +02:00
parent 2be943d1d9
commit e4ae7d7b1b

View File

@ -60,7 +60,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>
#include <wait.h> #include <sys/wait.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>