From: Jack Jansen Date: Sat, 19 May 2001 12:57:22 +0000 (+0000) Subject: Another include Carbon/Carbon.h X-Git-Tag: v2.2a3~1742 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25e0c7948790e8476a6cfe42ac1b46ea36aeda6e;p=thirdparty%2FPython%2Fcpython.git Another include Carbon/Carbon.h --- diff --git a/Mac/Python/getapplbycreator.c b/Mac/Python/getapplbycreator.c index f5e421201113..8c0b00fd93a1 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"