diff liboctave/syswait.h @ 10182:0522a65bcd56

assume unistd.h and sys/types.h exist
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jan 2010 15:41:19 -0500
parents 4c0cdbe0acca
children 88e4ea8b2c19
line wrap: on
line diff
--- a/liboctave/syswait.h
+++ b/liboctave/syswait.h
@@ -29,9 +29,7 @@
 
 /* This mess suggested by the autoconf manual.  */
 
-#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
-#endif
 
 #if defined (NeXT) && ! defined (_POSIX_SOURCE)
 #define HAVE_SYS_WAIT_H