X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d935f23cefe998db6210695c6208d02d33af44e0..dd91da4ed1e9d2ba5d3bc2fae64a8e4ea86b5d41:/src/regex/regcomp.c diff --git a/src/regex/regcomp.c b/src/regex/regcomp.c index 17557ddd14..19f4947f0f 100644 --- a/src/regex/regcomp.c +++ b/src/regex/regcomp.c @@ -1,4 +1,8 @@ +#ifdef __MWERKS__ +typedef long off_t ; +#else #include +#endif #include #include #include