From 4f6c05857fba17d3c2f65bd2438a8d1cebdae43a Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Thu, 13 Dec 2001 13:40:04 +0000 Subject: include the proper header for Mach-O --- Mac/Modules/cg/_CGmodule.c | 2 +- Mac/Modules/cg/cgsupport.py | 2 +- 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 #include #else -#include +#include #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 #include #else -#include +#include #endif #if !TARGET_API_MAC_OSX -- cgit v0.12