diff options
Diffstat (limited to 'tools/depends/target/libgcrypt/03-gcrypt-android-select.patch')
-rw-r--r-- | tools/depends/target/libgcrypt/03-gcrypt-android-select.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/depends/target/libgcrypt/03-gcrypt-android-select.patch b/tools/depends/target/libgcrypt/03-gcrypt-android-select.patch new file mode 100644 index 0000000000..59654966c5 --- /dev/null +++ b/tools/depends/target/libgcrypt/03-gcrypt-android-select.patch @@ -0,0 +1,13 @@ +--- src/gcrypt.h.in 2007-12-03 03:48:19.000000000 -0500 ++++ src/gcrypt.h.in 2013-01-21 00:31:48.772740461 -0500 +@@ -41,6 +41,10 @@ + + #include <sys/time.h> + ++#if defined(ANDROID) ++#include <sys/select.h> ++#endif ++ + /* This is required for error code compatibility. */ + #define _GCRY_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_GCRYPT + |