X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b6eefb739d1881866662cdcb591a089e5cd7c940..1e93ca17294b6da0d8cf63bffb0017cdfa0013df:/src/regex/regerror.c diff --git a/src/regex/regerror.c b/src/regex/regerror.c index 1ec073997d..b4c839adf5 100644 --- a/src/regex/regerror.c +++ b/src/regex/regerror.c @@ -1,10 +1,14 @@ +#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 "regerror.ih"