Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77c929 commit b5daaedCopy full SHA for b5daaed
1 file changed
Modules/socketmodule.h
@@ -8,7 +8,7 @@
8
# include <sys/socket.h>
9
# endif
10
# include <netinet/in.h>
11
-# if defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP))
+# if !(defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP)))
12
# include <netinet/tcp.h>
13
14
0 commit comments