X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b6eefb739d1881866662cdcb591a089e5cd7c940..878711c01c1b9ad5b97d35f379a048b8ce1bfb49:/src/regex/regcomp.c diff --git a/src/regex/regcomp.c b/src/regex/regcomp.c index 4347a2bc28..a016af0b77 100644 --- a/src/regex/regcomp.c +++ b/src/regex/regcomp.c @@ -1,10 +1,14 @@ +#if defined(__MWERKS__) && !defined(__MACH__) +typedef long off_t ; +#else #include +#endif #include #include #include #include #include -#include +#include "regex.h" #include "utils.h" #include "regex2.h"