mirror of
https://github.com/python/cpython.git
synced 2025-12-05 00:52:25 +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>
|
# include <ctype.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#if defined(__APPLE__) || defined(__CYGWIN__)
|
||||||
# include <sys/ioctl.h>
|
# include <sys/ioctl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue