commit | 25e0c7948790e8476a6cfe42ac1b46ea36aeda6e | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Sat May 19 12:57:22 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Sat May 19 12:57:22 2001 +0000 |
tree | 176cbdaf65f811a7d7e9e74ebfea741ac1e50afb | |
parent | 741e0378e44567c76d268c755851446aa641fcfe [diff] [blame] |
Another include Carbon/Carbon.h
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 @@ ** routine, origin unknown. */ +#ifdef WITHOUT_FRAMEWORKS #include <Types.h> #include <Files.h> #include <Errors.h> +#else +#include <Carbon/Carbon.h> +#endif #include "getapplbycreator.h"