mirror of
https://github.com/python/cpython.git
synced 2024-11-27 20:04:41 +08:00
Fix issue27146 - add stdio.h include to posixmodule.c for ctermid().
This commit is contained in:
commit
46833e73af
@ -38,6 +38,8 @@
|
||||
#undef HAVE_FACCESSAT
|
||||
#endif
|
||||
|
||||
#include <stdio.h> /* needed for ctermid() */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user