From e9fb3d6db36f58ed3e9a06197fd25dfd9761320f Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sat, 1 Sep 2001 23:38:13 +0000 Subject: Include Carbon/Carbon.h if we're on OSX. --- Mac/Modules/mlte/_Mltemodule.c | 2 +- Mac/Modules/mlte/mltesupport.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/Modules/mlte/_Mltemodule.c b/Mac/Modules/mlte/_Mltemodule.c index 7e74e1fa0c..f09ae5cafd 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 e4418cb405..3a11e889c9 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 */ -- cgit v1.2.1