From 49bff65deba89d13b11db725e70bfe7ae2b82f82 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 20 May 1997 22:40:26 +0000 Subject: [PATCH] Include config.h so it can define const away for K&R. --- Modules/getbuildinfo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/getbuildinfo.c b/Modules/getbuildinfo.c index 0bf031aaaaf..66ba1c4db03 100644 --- a/Modules/getbuildinfo.c +++ b/Modules/getbuildinfo.c @@ -1,3 +1,5 @@ +#include "config.h" + #include #ifndef DATE