diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index 4b654d5451e..d535ee8995b 100644 --- a/Modules/_localemodule.c +++ b/Modules/_localemodule.c @@ -30,7 +30,7 @@ This software comes with no warranty. Use at your own risk. #include #endif -#if __APPLE__ +#if defined(__APPLE__) || defined(__MWERKS__) #include "macglue.h" #endif