Compilation (ugly) fix for Windows
This commit is contained in:
parent
609391cb3b
commit
c45e59001b
|
@ -18,6 +18,7 @@
|
|||
#include <assert.h>
|
||||
#ifdef __WIN32__
|
||||
# include <Winsock2.h>
|
||||
typedef int suseconds_t; /* XXX */
|
||||
#else
|
||||
# include <sys/select.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user