mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix more usages of NULL without including stdio.h.
This commit is contained in:
parent
ae66ca6433
commit
0afe4e4fa6
2 changed files with 2 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue