]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regcomp.c
fix bug in Borland (bcc32 really hates ?)
[wxWidgets.git] / src / regex / regcomp.c
index 4347a2bc28c656c0bab2f16d815ca1142968330e..19f4947f0f415ab3c57e42e290093614a035c792 100644 (file)
@@ -1,10 +1,14 @@
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
 #include <sys/types.h>
+#endif
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
 #include <limits.h>
 #include <stdlib.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 #include "regex2.h"