diff --git a/Mac/Python/getapplbycreator.c b/Mac/Python/getapplbycreator.c index f5e42120111..8c0b00fd93a 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"