Skip to content

Commit b5daaed

Browse files
committed
Marc-Andre Lemburg has found the culprit of the problem in r57142.
1 parent f77c929 commit b5daaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Modules/socketmodule.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# include <sys/socket.h>
99
# endif
1010
# include <netinet/in.h>
11-
# if defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP))
11+
# if !(defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP)))
1212
# include <netinet/tcp.h>
1313
# endif
1414

0 commit comments

Comments
 (0)