config.h renamed to pyconfig.h
diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c
index be1a2c3..e3d24b7 100644
--- a/Mac/Python/macgetcompiler.c
+++ b/Mac/Python/macgetcompiler.c
@@ -31,7 +31,7 @@
 
 /* Return a string representing the compiler name */
 
-#include "config.h"
+#include "pyconfig.h"
 #include "Python.h"
 
 #ifdef __MWERKS__