Fix more usages of NULL without including stdio.h.

This commit is contained in:
Stefan Krah 2012-11-22 23:56:51 +01:00
parent ae66ca6433
commit 0afe4e4fa6
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -10881,6 +10881,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>

View File

@ -3074,6 +3074,7 @@ then
AC_MSG_CHECKING(getaddrinfo bug)
AC_CACHE_VAL(ac_cv_buggy_getaddrinfo,
AC_RUN_IFELSE([AC_LANG_SOURCE([[[
#include <stdio.h>
#include <sys/types.h>
#include <netdb.h>
#include <string.h>