diff --git a/crypto/fipsmodule/rand/urandom.c b/crypto/fipsmodule/rand/urandom.c index 777920ea..c3b0e66f 100644 --- a/crypto/fipsmodule/rand/urandom.c +++ b/crypto/fipsmodule/rand/urandom.c @@ -33,7 +33,9 @@ #include #include #endif +#if !defined(OPENSSL_ANDROID) #include +#endif #include #endif