mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix more usages of NULL without including stdio.h.
This commit is contained in:
parent
7dba5940ae
commit
19c2139d2d
2 changed files with 4 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue