From 007fa825810341298e142f318eca5a4f65cb2375 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 19 Aug 1996 11:36:59 +0000 Subject: [PATCH] Include config.h --- Mac/Python/macgetcompiler.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index 15dba4b2331..999e74a9c60 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