diff options
Diffstat (limited to 'Mac/Python')
-rw-r--r-- | Mac/Python/macgetcompiler.c | 2 |
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 |