diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index b2849121a5e..c2224f00bd8 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c @@ -68,12 +68,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #undef sync int sync(void); #else -#ifdef x__MWERKS__ -#include -#else +#define mode_t int #include #endif -#endif /* Optional routines, for some compiler/runtime combinations */ #if defined(USE_GUSI) || !defined(__MWERKS__)