diff options
Diffstat (limited to 'libc/upstream-openbsd/android/include/arc4random.h')
-rw-r--r-- | libc/upstream-openbsd/android/include/arc4random.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/upstream-openbsd/android/include/arc4random.h b/libc/upstream-openbsd/android/include/arc4random.h index afa8d1421..5f0b15e0f 100644 --- a/libc/upstream-openbsd/android/include/arc4random.h +++ b/libc/upstream-openbsd/android/include/arc4random.h @@ -26,11 +26,10 @@ #include <pthread.h> #include <signal.h> #include <sys/mman.h> +#include <sys/prctl.h> #include <async_safe/log.h> -#include "private/bionic_prctl.h" - // Android gets these from "thread_private.h". #include "thread_private.h" //static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER; |