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