summaryrefslogtreecommitdiff
path: root/Modules/socketmodule.h
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-30 23:34:21 +0000
committerChristian Heimes <christian@cheimes.de>2007-11-30 23:34:21 +0000
commita8152fa9984536c722b6783e7bb1033c7cd40b06 (patch)
tree2878b2fffea2494ee6310d2d02328889b1a7fd9f /Modules/socketmodule.h
parentd200775ccf83809056cbefaca930cb37776ab2d1 (diff)
downloadcpython-a8152fa9984536c722b6783e7bb1033c7cd40b06.tar.gz
Marc-Andre Lemburg has found the culprit of the problem in r57142.
Diffstat (limited to 'Modules/socketmodule.h')
-rw-r--r--Modules/socketmodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h
index 9c9b694602..b41a0405e1 100644
--- a/Modules/socketmodule.h
+++ b/Modules/socketmodule.h
@@ -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