X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b6eefb739d1881866662cdcb591a089e5cd7c940..ff38281aa1a7576df9e67ac756e7e1087681305e:/src/regex/regexec.c diff --git a/src/regex/regexec.c b/src/regex/regexec.c index a1037648e7..d64bc28fcb 100644 --- a/src/regex/regexec.c +++ b/src/regex/regexec.c @@ -5,13 +5,17 @@ * macros that code uses. This lets the same code operate on two different * representations for state sets. */ +#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"