comparison 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
comparison
equal deleted inserted replaced
10181:a668fbd32e34 10182:0522a65bcd56
27 27
28 #if defined (HAVE_REGEX) 28 #if defined (HAVE_REGEX)
29 #if defined (__MINGW32__) 29 #if defined (__MINGW32__)
30 #define __restrict 30 #define __restrict
31 #endif 31 #endif
32 #if defined (HAVE_SYS_TYPES_H)
33 #include <sys/types.h> 32 #include <sys/types.h>
34 #endif
35 #include <regex.h> 33 #include <regex.h>
36 #endif 34 #endif
37 35
38 #include "Array.h" 36 #include "Array.h"
39 #include "str-vec.h" 37 #include "str-vec.h"