We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8977709 commit a8b2d03Copy full SHA for a8b2d03
src/utils.c
@@ -16,7 +16,7 @@
16
#include <ntstatus.h> //for STATUS_SUCCESS
17
#else
18
#include <unistd.h>
19
-#if defined(__linux__)
+#if defined(__linux__) || defined(__ANDROID__)
20
#include <sys/random.h>
21
#endif
22
0 commit comments