Commit 63ae0446 authored by Erik Bray's avatar Erik Bray Committed by Serhiy Storchaka

Fix _socket module compilation on Cygwin. (#4137)

parent 031c4bfa
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment