From 25e0c7948790e8476a6cfe42ac1b46ea36aeda6e Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sat, 19 May 2001 12:57:22 +0000 Subject: Another include Carbon/Carbon.h --- Mac/Python/getapplbycreator.c | 4 ++++ 1 file changed, 4 insertions(+) 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 #include #include +#else +#include +#endif #include "getapplbycreator.h" -- cgit v0.12