Bertrand Petit <[EMAIL PROTECTED]> writes:
> The file iselect.c does not include delcarations for the
> select system call in release 1.4 and CVS file version 1.22. The
> following three includes should be added:
>
> #include <sys/types.h>
> #include <sys/time.h>
> #include <unistd.h>
Thanks for the report! The header files <sys/types.h> and
<sys/time.h> are taken care of in the file "iselect.h" already.
<unistd.h> should be included, tho.
2000-08-05 Marius Vollmer <[EMAIL PROTECTED]>
* iselect.c: Include <unistd.h>. Thanks to Bertrand Petit!