Portability fix: include all headers traditionally required for

select().
This commit is contained in:
Markus Armbruster 2007-08-18 16:28:56 +00:00
parent 10dd9aea11
commit 09cb4ca532

View file

@ -47,6 +47,8 @@
#include <io.h>
#else
#include <pwd.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#endif