summaryrefslogtreecommitdiffstats
path: root/Mac/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Python')
-rw-r--r--Mac/Python/macgetcompiler.c2
1 files changed, 1 insertions, 1 deletions
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 @@ PERFORMANCE OF THIS SOFTWARE.
/* Return a string representing the compiler name */
-#include "config.h"
+#include "pyconfig.h"
#include "Python.h"
#ifdef __MWERKS__