diff options
Diffstat (limited to 'libc/system_properties/contexts_serialized.cpp')
-rw-r--r-- | libc/system_properties/contexts_serialized.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/system_properties/contexts_serialized.cpp b/libc/system_properties/contexts_serialized.cpp index 12e971563..6ccd46c99 100644 --- a/libc/system_properties/contexts_serialized.cpp +++ b/libc/system_properties/contexts_serialized.cpp @@ -31,6 +31,7 @@ #include <fcntl.h> #include <limits.h> #include <sys/mman.h> +#include <sys/prctl.h> #include <sys/stat.h> #include <sys/types.h> @@ -38,7 +39,6 @@ #include <async_safe/log.h> -#include "private/bionic_prctl.h" #include "system_properties/system_properties.h" bool ContextsSerialized::InitializeContextNodes() { |