diff options
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r-- | winsup/cygwin/dtable.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc index f20effcc4..31cdf4ab7 100644 --- a/winsup/cygwin/dtable.cc +++ b/winsup/cygwin/dtable.cc @@ -10,7 +10,6 @@ details. */ #define __INSIDE_CYGWIN_NET__ -#define Win32_Winsock #include "winsup.h" #include <errno.h> #include <sys/socket.h> @@ -20,6 +19,7 @@ details. */ #include <fcntl.h> #include <sys/cygwin.h> +#define USE_SYS_TYPES_FD_SET #include <winsock.h> #include "sync.h" #include "sigproc.h" |