Skip to content

Commit

Permalink
Include Carbon/Carbon.h if we're on OSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Sep 1, 2001
1 parent 0de279b commit e9fb3d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mac/Modules/mlte/_Mltemodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion Mac/Modules/mlte/mltesupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 */
Expand Down

0 comments on commit e9fb3d6

Please sign in to comment.