]> 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 9a6acf1733ab0fed70814c2528410b15d804e3ac..857b2bfe26477fc0fe3f2026c40862f6603633a0 100644 (file)
@@ -1,7 +1,11 @@
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
 #include <sys/types.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 #include "regex2.h"