]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regerror.c
fix bug in Borland (bcc32 really hates ?)
[wxWidgets.git] / src / regex / regerror.c
index 1ec073997d5515779a1a746fe2369876975023d7..8be61f604174c83318f68a4d094eb1f8652a8742 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 "regerror.ih"