mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-41374: Remove obsolete exclusion of netinet/tcp.h on Cygwin (GH-21649)
This commit is contained in:
parent
d2cd5eef0c
commit
d8e1819251
2 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,7 @@
|
|||
# include <sys/socket.h>
|
||||
# endif
|
||||
# include <netinet/in.h>
|
||||
# if !defined(__CYGWIN__)
|
||||
# include <netinet/tcp.h>
|
||||
# endif
|
||||
# include <netinet/tcp.h>
|
||||
|
||||
#else /* MS_WINDOWS */
|
||||
# include <winsock2.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue