X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07dcc2173f3545a38736762f817fd6486ec17639..1e93ca17294b6da0d8cf63bffb0017cdfa0013df:/src/regex/regfree.c diff --git a/src/regex/regfree.c b/src/regex/regfree.c index 9a6acf1733..52d09f6e66 100644 --- a/src/regex/regfree.c +++ b/src/regex/regfree.c @@ -1,7 +1,11 @@ +#if defined(__MWERKS__) && !defined(__MACH__) +typedef long off_t ; +#else #include +#endif #include #include -#include +#include "regex.h" #include "utils.h" #include "regex2.h"