Compilation (ugly) fix for Windows

This commit is contained in:
Pierre Pronchery 2012-07-14 21:28:01 +00:00
parent 609391cb3b
commit c45e59001b

View File

@ -18,6 +18,7 @@
#include <assert.h>
#ifdef __WIN32__
# include <Winsock2.h>
typedef int suseconds_t; /* XXX */
#else
# include <sys/select.h>
#endif