From: Just van Rossum Date: Thu, 13 Dec 2001 13:40:04 +0000 (+0000) Subject: include the proper header for Mach-O X-Git-Tag: v2.2.1c1~384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f6c05857fba17d3c2f65bd2438a8d1cebdae43a;p=python include the proper header for Mach-O --- diff --git a/Mac/Modules/cg/_CGmodule.c b/Mac/Modules/cg/_CGmodule.c index 6523e715cd..729162b91b 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 4ec56e4550..e0931e5476 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