From 3988358b4d70c01660b068deb72bd0818ad85333 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 3 Aug 2001 15:36:23 +0000 Subject: [PATCH] If we use frameworks we should include CoreServices/CoreServices.h, not the old-style CoreFoundation.h. --- Mac/Modules/cf/CFmodule.c | 2 +- Mac/Modules/cf/cfsupport.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/Modules/cf/CFmodule.c b/Mac/Modules/cf/CFmodule.c index 68e863f2449..51b85fcecce 100644 --- a/Mac/Modules/cf/CFmodule.c +++ b/Mac/Modules/cf/CFmodule.c @@ -24,7 +24,7 @@ #include #include #else -#include +#include #endif /* For now we declare them forward here. They'll go to mactoolbox later */ diff --git a/Mac/Modules/cf/cfsupport.py b/Mac/Modules/cf/cfsupport.py index 5da71d520eb..95a26f66ba1 100644 --- a/Mac/Modules/cf/cfsupport.py +++ b/Mac/Modules/cf/cfsupport.py @@ -50,7 +50,7 @@ includestuff = includestuff + """ #include #include #else -#include +#include #endif /* For now we declare them forward here. They'll go to mactoolbox later */