Include <sys/wait.h> on a POSIX system
From-SVN: r8218
This commit is contained in:
parent
f4d21c5c16
commit
c46ceec1d3
@ -121,6 +121,7 @@ typedef char * const_pointer_type;
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#else /* !defined(POSIX) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user