diff options
Diffstat (limited to 'linker/linker_allocator.cpp')
-rw-r--r-- | linker/linker_allocator.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linker/linker_allocator.cpp b/linker/linker_allocator.cpp index a37e910b5..de3309bd5 100644 --- a/linker/linker_allocator.cpp +++ b/linker/linker_allocator.cpp @@ -35,12 +35,11 @@ #include <stdlib.h> #include <sys/mman.h> +#include <sys/prctl.h> #include <unistd.h> #include <async_safe/log.h> -#include "private/bionic_prctl.h" - // // LinkerMemeoryAllocator is general purpose allocator // designed to provide the same functionality as the malloc/free/realloc |