diff --git a/src/h/ecl-cmp.h b/src/h/ecl-cmp.h index 7c36697b5..06f3c6d7a 100755 --- a/src/h/ecl-cmp.h +++ b/src/h/ecl-cmp.h @@ -14,7 +14,11 @@ See file '../Copyright' for full details. */ +#ifndef __CYGWIN__ +/* Recent versions of cygwin do not define fd_set when WINSOCKAPI is + * defined */ #define _WINSOCKAPI_ +#endif /* __CYGWIN__ */ #include #include /* for inline mathematics */ #include