diff options
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Python/getapplbycreator.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Python/getapplbycreator.c b/Mac/Python/getapplbycreator.c index f5e4212..8c0b00f 100644 --- a/Mac/Python/getapplbycreator.c +++ b/Mac/Python/getapplbycreator.c @@ -41,9 +41,13 @@ PERFORMANCE OF THIS SOFTWARE. ** routine, origin unknown. */ +#ifdef WITHOUT_FRAMEWORKS #include <Types.h> #include <Files.h> #include <Errors.h> +#else +#include <Carbon/Carbon.h> +#endif #include "getapplbycreator.h" |