mirror of
https://github.com/python/cpython.git
synced 2025-10-27 11:44:39 +00:00
Fix issue27146 - add stdio.h include to posixmodule.c for ctermid().
This commit is contained in:
commit
46833e73af
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
||||||
#undef HAVE_FACCESSAT
|
#undef HAVE_FACCESSAT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h> /* needed for ctermid() */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue