mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Include <stdlib.h> explicitly in C files. Python.h includes <wchar.h>.
This commit is contained in:
parent
db2b6a20cd
commit
aac29af678
29 changed files with 61 additions and 21 deletions
|
|
@ -46,7 +46,8 @@
|
|||
# undef HAVE_FACCESSAT
|
||||
#endif
|
||||
|
||||
#include <stdio.h> /* needed for ctermid() */
|
||||
#include <stdio.h> // ctermid()
|
||||
#include <stdlib.h> // system()
|
||||
|
||||
/*
|
||||
* A number of APIs are available on macOS from a certain macOS version.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue