commit | cdb52fc14747645d42d07e5f680da6058fbfd01c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 12 15:26:14 2019 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Dec 12 15:26:14 2019 -0800 |
tree | 9e9e07157d206a7d04e2beddf04f982791f66f61 | |
parent | cad05d2e212f2e38974732826a86adc199504a00 [diff] [blame] |
Make private/bionic_page.h available as platform/bionic/page.h. Bug: http://b/145825270 Test: treehugger Change-Id: I52958f370c0df2c02cb8250e2cf0705d4e93e908
diff --git a/linker/linker.h b/linker/linker.h index 89390b3..789640c 100644 --- a/linker/linker.h +++ b/linker/linker.h
@@ -36,7 +36,7 @@ #include <sys/stat.h> #include <unistd.h> -#include "private/bionic_page.h" +#include "platform/bionic/page.h" #include "linked_list.h" #include "linker_common_types.h" #include "linker_logger.h"