Portability fix: include all headers traditionally required for
select().
This commit is contained in:
parent
10dd9aea11
commit
09cb4ca532
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
|||
#include <io.h>
|
||||
#else
|
||||
#include <pwd.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue