diff options
author | Guido van Rossum <guido@python.org> | 1997-05-20 22:40:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-20 22:40:26 (GMT) |
commit | 49bff65deba89d13b11db725e70bfe7ae2b82f82 (patch) | |
tree | f7f13d7fe822351e538b13100ada88ceabb89d75 /Modules/getbuildinfo.c | |
parent | 7929c6fe957e1d2529e90a919505f91bee64e4fb (diff) | |
download | cpython-49bff65deba89d13b11db725e70bfe7ae2b82f82.zip cpython-49bff65deba89d13b11db725e70bfe7ae2b82f82.tar.gz cpython-49bff65deba89d13b11db725e70bfe7ae2b82f82.tar.bz2 |
Include config.h so it can define const away for K&R.
Diffstat (limited to 'Modules/getbuildinfo.c')
-rw-r--r-- | Modules/getbuildinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/getbuildinfo.c b/Modules/getbuildinfo.c index 0bf031a..66ba1c4 100644 --- a/Modules/getbuildinfo.c +++ b/Modules/getbuildinfo.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <stdio.h> #ifndef DATE |