Include <unistd.h> for prototype of select().
This commit is contained in:
parent
0d5f1ab2d9
commit
eb0231da29
|
@ -17,6 +17,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "windows.h"
|
||||
#include "wininet.h"
|
||||
|
|
Loading…
Reference in New Issue