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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49bff65deba89d13b11db725e70bfe7ae2b82f82;p=python Include config.h so it can define const away for K&R. --- diff --git a/Modules/getbuildinfo.c b/Modules/getbuildinfo.c index 0bf031aaaa..66ba1c4db0 100644 --- a/Modules/getbuildinfo.c +++ b/Modules/getbuildinfo.c @@ -1,3 +1,5 @@ +#include "config.h" + #include #ifndef DATE