diff liboctave/regex-match.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 331fcc41ca23
line wrap: on
line diff
--- a/liboctave/regex-match.h
+++ b/liboctave/regex-match.h
@@ -29,9 +29,7 @@
 #if defined (__MINGW32__)
 #define __restrict
 #endif
-#if defined (HAVE_SYS_TYPES_H)
 #include <sys/types.h>
-#endif
 #include <regex.h>
 #endif