aboutsummaryrefslogtreecommitdiffstats
path: root/tests/malloc_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/malloc_test.cpp')
-rw-r--r--tests/malloc_test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/malloc_test.cpp b/tests/malloc_test.cpp
index d70136496..6b7a28b1c 100644
--- a/tests/malloc_test.cpp
+++ b/tests/malloc_test.cpp
@@ -22,9 +22,7 @@
#include <malloc.h>
#include <unistd.h>
-#if defined(__BIONIC__)
-#include <libc/bionic/malloc_debug_common.h>
-#endif
+#include "private/bionic_config.h"
TEST(malloc, malloc_std) {
// Simple malloc test.