]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regexec.c
Insert() patch from John Labenski
[wxWidgets.git] / src / regex / regexec.c
index 7e314950e7501cf7f88904aeb7e0368ec7d47d1e..d64bc28fcb2d49d81cab3a1cae085b8a6f5abdec 100644 (file)
@@ -5,7 +5,11 @@
  * macros that code uses.  This lets the same code operate on two different
  * representations for state sets.
  */
+#if defined(__MWERKS__) && !defined(__MACH__)
+typedef long off_t ;
+#else
 #include <sys/types.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>