]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regerror.c
compilation fix for wxUSE_RESOURCE_LOADING_IN_MSW == 0
[wxWidgets.git] / src / regex / regerror.c
index 1bb1ec1ce842d5cb19e2657ad737359956586589..8be61f604174c83318f68a4d094eb1f8652a8742 100644 (file)
@@ -1,4 +1,8 @@
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
 #include <sys/types.h>
+#endif
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>