mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix _socket module compilation on Cygwin. (#4137)
This commit is contained in:
parent
031c4bfadb
commit
63ae04461f
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/net/getaddrinfo.c.diff?r1=1.82&
|
|||
# include <ctype.h>
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__) || defined(__CYGWIN__)
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue