mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Norman Vine <nhv@users.sourceforge.net>:
tcp.h is not available on CygWin, so do not try to include it there. This closes SourceForge patch #101802.
This commit is contained in:
parent
5d63a39983
commit
51d9036cc8
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ Socket methods:
|
|||
#include <netdb.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#ifndef __BEOS__
|
||||
#if !(defined(__BEOS__) || defined(__CYGWIN__))
|
||||
#include <netinet/tcp.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue