Skip to content

Commit a8b2d03

Browse files
committed
android include sys/random
1 parent 8977709 commit a8b2d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <ntstatus.h> //for STATUS_SUCCESS
1717
#else
1818
#include <unistd.h>
19-
#if defined(__linux__)
19+
#if defined(__linux__) || defined(__ANDROID__)
2020
#include <sys/random.h>
2121
#endif
2222
#endif

0 commit comments

Comments
 (0)