Marc-Andre Lemburg has found the culprit of the problem in r57142.
This commit is contained in:
parent
f77c929c56
commit
b5daaed30d
|
@ -8,7 +8,7 @@
|
||||||
# include <sys/socket.h>
|
# include <sys/socket.h>
|
||||||
# endif
|
# endif
|
||||||
# include <netinet/in.h>
|
# 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>
|
# include <netinet/tcp.h>
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue