diff --git a/Mac/Modules/cf/CFmodule.c b/Mac/Modules/cf/CFmodule.c index 68e863f2449..51b85fcecce 100644 --- a/Mac/Modules/cf/CFmodule.c +++ b/Mac/Modules/cf/CFmodule.c @@ -24,7 +24,7 @@ #include #include #else -#include +#include #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 5da71d520eb..95a26f66ba1 100644 --- a/Mac/Modules/cf/cfsupport.py +++ b/Mac/Modules/cf/cfsupport.py @@ -50,7 +50,7 @@ includestuff = includestuff + """ #include #include #else -#include +#include #endif /* For now we declare them forward here. They'll go to mactoolbox later */