summaryrefslogtreecommitdiff
path: root/libc/malloc_debug/tests/malloc_debug_system_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-16 12:27:33 -0700
commit2b0638ef29bb305f8a37c16c706fb0ee80a994c0 (patch)
treebea668f7605903876618505b7aec795da94ea4ae /libc/malloc_debug/tests/malloc_debug_system_tests.cpp
parent1ffee0cfc1e3a7fddf4cbe633694be91e72265a1 (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 Merged-In: Ie0f092b3fe077a3de8b90266c0b28bfbc20d0dfa (cherry picked from commit 8f582ef2f8a77d953d0e9f33387f592d20f852e2)
Diffstat (limited to 'libc/malloc_debug/tests/malloc_debug_system_tests.cpp')
-rw-r--r--libc/malloc_debug/tests/malloc_debug_system_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/tests/malloc_debug_system_tests.cpp b/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
index f85c45b87..071675875 100644
--- a/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
+++ b/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
@@ -45,7 +45,7 @@
#include <thread>
#include <vector>
-#include "private/bionic_malloc.h"
+#include <bionic/malloc.h>
static constexpr time_t kTimeoutSeconds = 10;