Added <sys/select.h> got Android
parent
442c6497c0
commit
54d72d091e
8
wait.h
8
wait.h
|
|
@ -10,9 +10,13 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#ifdef USE_WINDOWS_STYLE_SOCKETS
|
#ifdef USE_WINDOWS_STYLE_SOCKETS
|
||||||
#include <winsock2.h>
|
# include <winsock2.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(__ANDROID__)
|
||||||
|
# include <sys/select.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "hrtimer.h"
|
#include "hrtimer.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue