If we use frameworks we should include CoreServices/CoreServices.h, not the
old-style CoreFoundation.h.
diff --git a/Mac/Modules/cf/CFmodule.c b/Mac/Modules/cf/CFmodule.c
index 68e863f..51b85fc 100644
--- a/Mac/Modules/cf/CFmodule.c
+++ b/Mac/Modules/cf/CFmodule.c
@@ -24,7 +24,7 @@
 #include <CFString.h>
 #include <CFURL.h>
 #else
-#include <CoreFoundation.h>
+#include <CoreServices/CoreServices.h>
 #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 5da71d5..95a26f6 100644
--- a/Mac/Modules/cf/cfsupport.py
+++ b/Mac/Modules/cf/cfsupport.py
@@ -50,7 +50,7 @@
 #include <CFString.h>
 #include <CFURL.h>
 #else
-#include <CoreFoundation.h>
+#include <CoreServices/CoreServices.h>
 #endif
 
 /* For now we declare them forward here. They'll go to mactoolbox later */