X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/770dba7a7b7a2886a908ae3317dbb11712aaa723..18d491685c8e13a5536f2f9dd6c8041c110a76d9:/src/regex/regerror.c?ds=inline diff --git a/src/regex/regerror.c b/src/regex/regerror.c index 1bb1ec1ce8..b4c839adf5 100644 --- a/src/regex/regerror.c +++ b/src/regex/regerror.c @@ -1,4 +1,8 @@ +#if defined(__MWERKS__) && !defined(__MACH__) +typedef long off_t ; +#else #include +#endif #include #include #include