mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Marc-Andre Lemburg has found the culprit of the problem in r57142.
This commit is contained in:
parent
f77c929c56
commit
b5daaed30d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# include <sys/socket.h>
|
||||
# endif
|
||||
# include <netinet/in.h>
|
||||
# if defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP))
|
||||
# if !(defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP)))
|
||||
# include <netinet/tcp.h>
|
||||
# endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue