summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mac/Include/pyconfig.h (renamed from Mac/Include/config.h)0
-rw-r--r--Mac/Python/macgetcompiler.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/pyconfig.h
index 415887342e..415887342e 100644
--- a/Mac/Include/config.h
+++ b/Mac/Include/pyconfig.h
diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c
index be1a2c3a10..e3d24b7627 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__