From: Guido van Rossum Date: Tue, 20 May 1997 22:40:26 +0000 (+0000) Subject: Include config.h so it can define const away for K&R. X-Git-Tag: v1.5a3~509 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49bff65deba89d13b11db725e70bfe7ae2b82f82;p=thirdparty%2FPython%2Fcpython.git Include config.h so it can define const away for K&R. --- diff --git a/Modules/getbuildinfo.c b/Modules/getbuildinfo.c index 0bf031aaaaf3..66ba1c4db034 100644 --- a/Modules/getbuildinfo.c +++ b/Modules/getbuildinfo.c @@ -1,3 +1,5 @@ +#include "config.h" + #include #ifndef DATE