summaryrefslogtreecommitdiff
path: root/libc/malloc_hooks/tests/malloc_hooks_tests.cpp
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2019-09-11 19:05:29 -0700
committerChristopher Ferris <cferris@google.com>2019-09-11 19:05:29 -0700
commit8f582ef2f8a77d953d0e9f33387f592d20f852e2 (patch)
treebea668f7605903876618505b7aec795da94ea4ae /libc/malloc_hooks/tests/malloc_hooks_tests.cpp
parentba4192d0388d5c5153e108650a9e20531228bea0 (diff)
Make bionic_malloc.h a platform header.
Instead of having platform directories directly include the private header, create a platform header directory and export it. Bug: 130763340 Test: Builds. Change-Id: Ie0f092b3fe077a3de8b90266c0b28bfbc20d0dfa
Diffstat (limited to 'libc/malloc_hooks/tests/malloc_hooks_tests.cpp')
-rw-r--r--libc/malloc_hooks/tests/malloc_hooks_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_hooks/tests/malloc_hooks_tests.cpp b/libc/malloc_hooks/tests/malloc_hooks_tests.cpp
index 86e20ea90..18587819a 100644
--- a/libc/malloc_hooks/tests/malloc_hooks_tests.cpp
+++ b/libc/malloc_hooks/tests/malloc_hooks_tests.cpp
@@ -38,7 +38,7 @@
#include <gtest/gtest.h>
-#include <private/bionic_malloc.h>
+#include <bionic/malloc.h>
#include <private/bionic_malloc_dispatch.h>
#include <tests/utils.h>