]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regfree.c
the Russian translations were somehow corrupted, fixed
[wxWidgets.git] / src / regex / regfree.c
index 9c1488ab23a319ebe78c5e22eb4412a01fc525e7..857b2bfe26477fc0fe3f2026c40862f6603633a0 100644 (file)
@@ -1,4 +1,8 @@
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
 #include <sys/types.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include "regex.h"