--- ray/src/common/selcall.h 2003/06/06 16:38:47 3.6 +++ ray/src/common/selcall.h 2003/06/26 00:58:09 3.7 @@ -1,4 +1,4 @@ -/* RCSid $Id: selcall.h,v 3.6 2003/06/06 16:38:47 schorsch Exp $ */ +/* RCSid $Id: selcall.h,v 3.7 2003/06/26 00:58:09 schorsch Exp $ */ /* * header file for select call compatibility */ @@ -11,13 +11,20 @@ extern "C" { #include "copyright.h" #include -#include +#ifdef _WIN32 + /*#include */ +#else + #include +#endif #ifdef INCL_SEL_H #include #endif #ifndef FD_SETSIZE -#include +#ifdef _WIN32 +#else + #include +#endif #define FD_SETSIZE NOFILE /* maximum # select file descriptors */ #endif #ifndef FD_SET