diff --git a/Mac/Include/config.h b/Mac/Include/pyconfig.h similarity index 100% rename from Mac/Include/config.h rename to Mac/Include/pyconfig.h diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index be1a2c3a107..e3d24b7627f 100644 --- a/Mac/Python/macgetcompiler.c +++ b/Mac/Python/macgetcompiler.c @@ -31,7 +31,7 @@ PERFORMANCE OF THIS SOFTWARE. /* Return a string representing the compiler name */ -#include "config.h" +#include "pyconfig.h" #include "Python.h" #ifdef __MWERKS__