Include <sys/wait.h> on a POSIX system

From-SVN: r8218
This commit is contained in:
Ian Lance Taylor 1994-10-05 03:20:19 +00:00
parent f4d21c5c16
commit c46ceec1d3

View File

@ -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) */