Marc-Andre Lemburg has found the culprit of the problem in r57142.

This commit is contained in:
Christian Heimes 2007-11-30 23:34:21 +00:00
parent f77c929c56
commit b5daaed30d
1 changed files with 1 additions and 1 deletions

View File

@ -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