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
@ -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…
x
Reference in New Issue
Block a user