mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
This commit is contained in:
parent
654da960a0
commit
bfce0f977d
3 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
|
||||
#if defined(MS_WINDOWS) || defined(__CYGWIN__)
|
||||
#include <windows.h>
|
||||
#ifdef HAVE_IO_H
|
||||
#include <io.h>
|
||||
#endif
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue