diff options
Diffstat (limited to 'libguile/iselect.h')
-rw-r--r-- | libguile/iselect.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/iselect.h b/libguile/iselect.h index a7db8706b..1d27013fb 100644 --- a/libguile/iselect.h +++ b/libguile/iselect.h @@ -68,8 +68,7 @@ #include <sys/select.h> #endif -#if defined (HAVE_WINSOCK2_H) \ - && !(defined (__CYGWIN32__) || defined (__CYGWIN__)) +#if HAVE_WINSOCK2_H #include <winsock2.h> #endif |