From 747c3d3f0242022c46213bcd90fb8c1a527be7b6 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 13 Dec 2002 15:20:53 +0000 Subject: [PATCH] We need macglue on MacPython-OS9 too. --- Modules/_localemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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