diff options
author | Martin Stjernholm <mast@google.com> | 2020-04-29 12:27:37 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-04-29 12:27:37 +0000 |
commit | 9e1cabdfc7c52b54910ca76058acdea0e2f15c87 (patch) | |
tree | 8c9467ca53ea179ee8413006f34b042948927d85 /libunwindstack/tests/MemoryRemoteTest.cpp | |
parent | 6b4faa57cc457fbe38d97028ccbb9cbed9216683 (diff) | |
parent | 87bac1a411b3d178b66bc60ab1e49dc673e0596f (diff) |
Merge "Revert "bionic_libc_platform_headers is only available when buil...""
Diffstat (limited to 'libunwindstack/tests/MemoryRemoteTest.cpp')
-rw-r--r-- | libunwindstack/tests/MemoryRemoteTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libunwindstack/tests/MemoryRemoteTest.cpp b/libunwindstack/tests/MemoryRemoteTest.cpp index 621893b1f..385078dca 100644 --- a/libunwindstack/tests/MemoryRemoteTest.cpp +++ b/libunwindstack/tests/MemoryRemoteTest.cpp @@ -28,6 +28,8 @@ #include <android-base/file.h> #include <android-base/test_utils.h> +#include <bionic/mte.h> +#include <bionic/mte_kernel.h> #include <gtest/gtest.h> #include "MemoryRemote.h" |