From: Jack Jansen Date: Sat, 1 Sep 2001 23:38:13 +0000 (+0000) Subject: Include Carbon/Carbon.h if we're on OSX. X-Git-Tag: v2.2a3~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9fb3d6db36f58ed3e9a06197fd25dfd9761320f;p=thirdparty%2FPython%2Fcpython.git Include Carbon/Carbon.h if we're on OSX. --- diff --git a/Mac/Modules/mlte/_Mltemodule.c b/Mac/Modules/mlte/_Mltemodule.c index 7e74e1fa0c6f..f09ae5cafd14 100644 --- a/Mac/Modules/mlte/_Mltemodule.c +++ b/Mac/Modules/mlte/_Mltemodule.c @@ -19,7 +19,7 @@ #ifdef WITHOUT_FRAMEWORKS #include #else -#include +#include #endif /* For now we declare them forward here. They'll go to mactoolbox later */ diff --git a/Mac/Modules/mlte/mltesupport.py b/Mac/Modules/mlte/mltesupport.py index e4418cb40527..3a11e889c9bc 100644 --- a/Mac/Modules/mlte/mltesupport.py +++ b/Mac/Modules/mlte/mltesupport.py @@ -23,7 +23,7 @@ includestuff = includestuff + """ #ifdef WITHOUT_FRAMEWORKS #include #else -#include +#include #endif /* For now we declare them forward here. They'll go to mactoolbox later */