Added <sys/select.h> got Android

pull/2/head
Jeffrey Walton 2015-06-04 23:13:39 -04:00
parent 442c6497c0
commit 54d72d091e
1 changed files with 6 additions and 2 deletions

4
wait.h
View File

@ -15,6 +15,10 @@
# include <sys/types.h>
#endif
#if defined(__ANDROID__)
# include <sys/select.h>
#endif
#include "hrtimer.h"
NAMESPACE_BEGIN(CryptoPP)