]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regfree.c
* Fix logical error in m_overflow attribute merging
[wxWidgets.git] / src / regex / regfree.c
index 9a6acf1733ab0fed70814c2528410b15d804e3ac..52d09f6e6697cab0fdfa64c5d8a8ccdf36a3897c 100644 (file)
@@ -1,7 +1,11 @@
+#if defined(__MWERKS__) && !defined(__MACH__)
+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"