Include <sys/wait.h> on a POSIX system
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 5 Oct 1994 03:20:19 +0000 (03:20 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 5 Oct 1994 03:20:19 +0000 (03:20 +0000)
From-SVN: r8218

gcc/protoize.c

index f79871ee251c2b77f00ae51ccaece0d9b675f8ef..8e914af926886adf10ec078691237aa12bbe8ef2 100644 (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) */