]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regerror.c
partially working wxTaskBarIcon for X11
[wxWidgets.git] / src / regex / regerror.c
index 1ec073997d5515779a1a746fe2369876975023d7..b4c839adf5f0e5f8c0d8f8e6a28a8a0b76d9ed9d 100644 (file)
@@ -1,10 +1,14 @@
+#if defined(__MWERKS__) && !defined(__MACH__)
+typedef long off_t ;
+#else
 #include <sys/types.h>
+#endif
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
 #include <limits.h>
 #include <stdlib.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 #include "regerror.ih"