From: Stefan Krah Date: Thu, 22 Nov 2012 22:56:51 +0000 (+0100) Subject: Fix more usages of NULL without including stdio.h. X-Git-Tag: v2.7.4rc1~355 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0afe4e4fa6df2acc46de6e826de06b9f343de7f1;p=thirdparty%2FPython%2Fcpython.git Fix more usages of NULL without including stdio.h. --- diff --git a/configure b/configure index 40f37de39db7..992ff183638c 100755 --- a/configure +++ b/configure @@ -10881,6 +10881,7 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +#include #include #include #include diff --git a/configure.ac b/configure.ac index 20440275dd36..e5ed4fac0e80 100644 --- a/configure.ac +++ b/configure.ac @@ -3074,6 +3074,7 @@ then AC_MSG_CHECKING(getaddrinfo bug) AC_CACHE_VAL(ac_cv_buggy_getaddrinfo, AC_RUN_IFELSE([AC_LANG_SOURCE([[[ +#include #include #include #include