Commit b5daaed3 authored by Christian Heimes's avatar Christian Heimes

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

parent f77c929c
...@@ -8,7 +8,7 @@ ...@@ -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
......
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