From: Jack Jansen Date: Mon, 19 Aug 1996 11:36:59 +0000 (+0000) Subject: Include config.h X-Git-Tag: v1.4b3~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=007fa825810341298e142f318eca5a4f65cb2375;p=thirdparty%2FPython%2Fcpython.git Include config.h --- diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index 15dba4b23312..999e74a9c60a 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