Thanks to visit codestin.com
Credit goes to github.com

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)