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

This commit is contained in:
Jack Jansen 2001-09-01 23:38:13 +00:00
parent 0de279b9cd
commit e9fb3d6db3
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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 */