include the proper header for Mach-O
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 @@
 #include <Quickdraw.h>
 #include <CGContext.h>
 #else
-#include <CoreGraphics/CoreGraphics.h>
+#include <ApplicationServices/ApplicationServices.h>
 #endif
 
 #if !TARGET_API_MAC_OSX