Commit c137755c authored by Jack Jansen's avatar Jack Jansen

Include Carbon/Carbon.h if we're on OSX.

parent da8e7b58
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifdef WITHOUT_FRAMEWORKS #ifdef WITHOUT_FRAMEWORKS
#include <MacTextEditor.h> #include <MacTextEditor.h>
#else #else
#include <xxxx.h> #include <Carbon/Carbon.h>
#endif #endif
/* For now we declare them forward here. They'll go to mactoolbox later */ /* For now we declare them forward here. They'll go to mactoolbox later */
......
...@@ -23,7 +23,7 @@ includestuff = includestuff + """ ...@@ -23,7 +23,7 @@ includestuff = includestuff + """
#ifdef WITHOUT_FRAMEWORKS #ifdef WITHOUT_FRAMEWORKS
#include <MacTextEditor.h> #include <MacTextEditor.h>
#else #else
#include <xxxx.h> #include <Carbon/Carbon.h>
#endif #endif
/* For now we declare them forward here. They'll go to mactoolbox later */ /* For now we declare them forward here. They'll go to mactoolbox later */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment