]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Another include Carbon/Carbon.h
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 19 May 2001 12:57:22 +0000 (12:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 19 May 2001 12:57:22 +0000 (12:57 +0000)
Mac/Python/getapplbycreator.c

index f5e42120111380e7c13e5d3ae0c10e5ca96a45ad..8c0b00fd93a16bac41ae56a948c168ab95e02523 100644 (file)
@@ -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"