summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2001-12-13 13:40:04 (GMT)
committerJust van Rossum <just@letterror.com>2001-12-13 13:40:04 (GMT)
commit4f6c05857fba17d3c2f65bd2438a8d1cebdae43a (patch)
tree2adc0d804976f8ba1757817cec0a8fe7979a8fab
parent663dd7986131fb2673ea0d11e4b2f3f30e9fd612 (diff)
downloadcpython-4f6c05857fba17d3c2f65bd2438a8d1cebdae43a.zip
cpython-4f6c05857fba17d3c2f65bd2438a8d1cebdae43a.tar.gz
cpython-4f6c05857fba17d3c2f65bd2438a8d1cebdae43a.tar.bz2
include the proper header for Mach-O
-rwxr-xr-xMac/Modules/cg/_CGmodule.c2
-rwxr-xr-xMac/Modules/cg/cgsupport.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Modules/cg/_CGmodule.c b/Mac/Modules/cg/_CGmodule.c
index 6523e71..729162b 100755
--- a/Mac/Modules/cg/_CGmodule.c
+++ b/Mac/Modules/cg/_CGmodule.c
@@ -20,7 +20,7 @@
#include <Quickdraw.h>
#include <CGContext.h>
#else
-#include <CoreGraphics/CoreGraphics.h>
+#include <ApplicationServices/ApplicationServices.h>
#endif
#if !TARGET_API_MAC_OSX
diff --git a/Mac/Modules/cg/cgsupport.py b/Mac/Modules/cg/cgsupport.py
index 4ec56e4..e0931e5 100755
--- a/Mac/Modules/cg/cgsupport.py
+++ b/Mac/Modules/cg/cgsupport.py
@@ -25,7 +25,7 @@ includestuff = includestuff + """
#include <Quickdraw.h>
#include <CGContext.h>
#else
-#include <CoreGraphics/CoreGraphics.h>
+#include <ApplicationServices/ApplicationServices.h>
#endif
#if !TARGET_API_MAC_OSX