Compilation fix for Windows
This commit is contained in:
parent
ea2b05239c
commit
a6c2192556
|
@ -16,7 +16,9 @@
|
|||
|
||||
|
||||
#include <assert.h>
|
||||
#ifndef __WIN32__
|
||||
#ifdef __WIN32__
|
||||
# include <Winsock2.h>
|
||||
#else
|
||||
# include <sys/select.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user