]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Marc-Andre Lemburg has found the culprit of the problem in r57142.
authorChristian Heimes <christian@cheimes.de>
Fri, 30 Nov 2007 23:34:21 +0000 (23:34 +0000)
committerChristian Heimes <christian@cheimes.de>
Fri, 30 Nov 2007 23:34:21 +0000 (23:34 +0000)
Modules/socketmodule.h

index 9c9b694602d444acab213271cbc4665756ee62cd..b41a0405e1d6172cf101cf67ae6890c05f3b53d8 100644 (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