summaryrefslogtreecommitdiffstats
path: root/Mac/Python
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-08-19 11:36:59 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-08-19 11:36:59 (GMT)
commit007fa825810341298e142f318eca5a4f65cb2375 (patch)
tree8ead1c75db9798fa9758699dbbf81603d519d9db /Mac/Python
parentcfadbd40e10732498ba18a78ac9ad4efb39a93a4 (diff)
downloadcpython-007fa825810341298e142f318eca5a4f65cb2375.zip
cpython-007fa825810341298e142f318eca5a4f65cb2375.tar.gz
cpython-007fa825810341298e142f318eca5a4f65cb2375.tar.bz2
Include config.h
Diffstat (limited to 'Mac/Python')
-rw-r--r--Mac/Python/macgetcompiler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c
index 15dba4b..999e74a 100644
--- a/Mac/Python/macgetcompiler.c
+++ b/Mac/Python/macgetcompiler.c
@@ -1,5 +1,7 @@
/* Return a string representing the compiler name */
+#include "config.h"
+
#ifdef THINK_C
#define COMPILER " [THINK C]"
#endif