X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b588fe10c80e708260851558285c2768472bb69..71414756b2cb4d64ee167e61f3fa4854c4f2a85b:/src/regex/regexec.c diff --git a/src/regex/regexec.c b/src/regex/regexec.c index 7e314950e7..d64bc28fcb 100644 --- a/src/regex/regexec.c +++ b/src/regex/regexec.c @@ -5,7 +5,11 @@ * 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