Stop warnings about undefined _exit on Android.
[openssl.git] / fips / fips_premain.c
index e284aa93946dfa458b497de7086c8f8a0ff258f8..40efaf9976f697ea8e759b2d10302f9da31c8133 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#if defined(__unix) || defined(__unix__)
+#if defined(__unix) || defined(__unix__) || defined(__ANDROID__)
 #include <unistd.h>
 #endif