diff options
-rw-r--r-- | Mac/Modules/mlte/_Mltemodule.c | 2 | ||||
-rw-r--r-- | 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 7e74e1f..f09ae5c 100644 --- a/Mac/Modules/mlte/_Mltemodule.c +++ b/Mac/Modules/mlte/_Mltemodule.c @@ -19,7 +19,7 @@ #ifdef WITHOUT_FRAMEWORKS #include <MacTextEditor.h> #else -#include <xxxx.h> +#include <Carbon/Carbon.h> #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 e4418cb..3a11e88 100644 --- a/Mac/Modules/mlte/mltesupport.py +++ b/Mac/Modules/mlte/mltesupport.py @@ -23,7 +23,7 @@ includestuff = includestuff + """ #ifdef WITHOUT_FRAMEWORKS #include <MacTextEditor.h> #else -#include <xxxx.h> +#include <Carbon/Carbon.h> #endif /* For now we declare them forward here. They'll go to mactoolbox later */ |