Commit c46ceec1 by Ian Lance Taylor

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

From-SVN: r8218
parent f4d21c5c
......@@ -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) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment