X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b6eefb739d1881866662cdcb591a089e5cd7c940..dc259b792613550edda31cc6202b42e172e2a240:/src/regex/regexec.c diff --git a/src/regex/regexec.c b/src/regex/regexec.c index a1037648e7..225c4d5ec7 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. */ +#ifdef __MWERKS__ +typedef long off_t ; +#else #include +#endif #include #include #include #include #include -#include +#include "regex.h" #include "utils.h" #include "regex2.h"