diff options
Diffstat (limited to 'linker/linker_block_allocator.h')
-rw-r--r-- | linker/linker_block_allocator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linker/linker_block_allocator.h b/linker/linker_block_allocator.h index b501659fe..bd44fc829 100644 --- a/linker/linker_block_allocator.h +++ b/linker/linker_block_allocator.h @@ -30,7 +30,8 @@ #include <stdlib.h> #include <limits.h> -#include "private/bionic_macros.h" + +#include <android-base/macros.h> struct LinkerBlockAllocatorPage; |