diff --git a/wait.h b/wait.h index 045afbc1..3a627466 100644 --- a/wait.h +++ b/wait.h @@ -10,9 +10,13 @@ #include #ifdef USE_WINDOWS_STYLE_SOCKETS -#include +# include #else -#include +# include +#endif + +#if defined(__ANDROID__) +# include #endif #include "hrtimer.h"