]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Include config.h
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 19 Aug 1996 11:36:59 +0000 (11:36 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 19 Aug 1996 11:36:59 +0000 (11:36 +0000)
Mac/Python/macgetcompiler.c

index 15dba4b23312d800b1ab39c1aad7064a76dea7cb..999e74a9c60ada77c23f1650b2721cbe09a4d427 100644 (file)
@@ -1,5 +1,7 @@
 /* Return a string representing the compiler name */
 
+#include "config.h"
+
 #ifdef THINK_C
 #define COMPILER " [THINK C]"
 #endif