Fixes to the .net plugin for Cygwin, submitted by Norman Vine

This commit is contained in:
Don BURNS
2004-11-09 07:34:28 +00:00
parent 744315b65c
commit ec319e663f
5 changed files with 21 additions and 18 deletions

View File

@@ -38,7 +38,7 @@
typedef int socklen_t;
#endif
#ifndef WIN32
#if defined(__CYGWIN__) || !defined(WIN32)
extern "C" {
# include <netdb.h>
# include <sys/time.h>