diff options
author | Christopher Ferris <cferris@google.com> | 2014-06-17 18:21:30 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-06-17 04:51:41 +0000 |
commit | b656410a73c4dfa2a3f8deba0a673080320f8605 (patch) | |
tree | e4b34e6e1b1d2c8e182e5afa18651870779b5665 /tests | |
parent | d10d3acd45d045e5a705d22c2297483765e40f5f (diff) | |
parent | 636196438180fd37027bf7b7119a436169b6923e (diff) | |
download | android_bionic-b656410a73c4dfa2a3f8deba0a673080320f8605.tar.gz android_bionic-b656410a73c4dfa2a3f8deba0a673080320f8605.tar.bz2 android_bionic-b656410a73c4dfa2a3f8deba0a673080320f8605.zip |
Merge "Use a separate config.h for config like defines."
Diffstat (limited to 'tests')
-rw-r--r-- | tests/malloc_test.cpp | 4 |
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. |