diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-11-22 22:47:32 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-11-22 22:47:32 (GMT) |
commit | 19c2139d2d7ce873b175b5a38741ecb8cda53220 (patch) | |
tree | 380e2d3f8cda1cd755661e2928fba20ee07c2ffc /configure | |
parent | 7dba5940ae0b4d8b82b5497717accaa03ee66f1c (diff) | |
download | cpython-19c2139d2d7ce873b175b5a38741ecb8cda53220.zip cpython-19c2139d2d7ce873b175b5a38741ecb8cda53220.tar.gz cpython-19c2139d2d7ce873b175b5a38741ecb8cda53220.tar.bz2 |
Fix more usages of NULL without including stdio.h.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11620,6 +11620,7 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +#include <stdio.h> #include <sys/types.h> #include <netdb.h> #include <string.h> @@ -14833,6 +14834,7 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +#include <stdio.h> #include<stdlib.h> int main() { size_t len = -1; |