summaryrefslogtreecommitdiffstats
path: root/Mac/Python/getapplbycreator.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Python/getapplbycreator.c')
-rw-r--r--Mac/Python/getapplbycreator.c4
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"