commit | b5daaed30d7c54ba1f516289f3a7a30a864133af | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Nov 30 23:34:21 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Fri Nov 30 23:34:21 2007 +0000 |
tree | 48b5e917fe2d8b1fb96354132eb865355ca48ef7 | |
parent | f77c929c561ce15c6b6326ff237e4f947076d180 [diff] |
Marc-Andre Lemburg has found the culprit of the problem in r57142.
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index 9c9b694..b41a040 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