diff --git a/src/secure_random.cpp b/src/secure_random.cpp index d4930c1..5b2f9a6 100644 --- a/src/secure_random.cpp +++ b/src/secure_random.cpp @@ -11,7 +11,7 @@ #define WINAPI #include #include -#elif defined __linux__ && defined __GLIBC__ +#elif defined __linux__ && defined __GLIBC__ || __ANDROID__ #define STRINGIFY(x) #x #define STR(x) STRINGIFY(x) #if __GLIBC__ > 2 || __GLIBC_MINOR__ > 24