summaryrefslogtreecommitdiff
path: root/Modules/getbuildinfo.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-08-27 20:39:37 +0000
committerGuido van Rossum <guido@python.org>1999-08-27 20:39:37 +0000
commitff7e83d6067814a329790cc983f1efa67371ccf8 (patch)
tree2c5dbda38f6ef25f9d6f1fc07acf9b9603feb4b8 /Modules/getbuildinfo.c
parent7f1de832a21df9048041405b6ca624c91fd98e58 (diff)
downloadcpython-git-ff7e83d6067814a329790cc983f1efa67371ccf8.tar.gz
Patch by Mark Hammond to avoid certain header files on Windows/CE.
Diffstat (limited to 'Modules/getbuildinfo.c')
-rw-r--r--Modules/getbuildinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/getbuildinfo.c b/Modules/getbuildinfo.c
index 49793b88e0..35da3f7ad6 100644
--- a/Modules/getbuildinfo.c
+++ b/Modules/getbuildinfo.c
@@ -4,7 +4,9 @@
#include "macbuildno.h"
#endif
+#ifndef DONT_HAVE_STDIO_H
#include <stdio.h>
+#endif
#ifndef DATE
#ifdef __DATE__