summaryrefslogtreecommitdiff
path: root/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2020-04-22 19:00:42 -0700
committerTom Cherry <tomcherry@google.com>2020-04-22 19:00:42 -0700
commitad9e99dad70dabeaf877feaeb4812851216ba0d9 (patch)
treef2c1b0aecc9409d5f03e43efd5b8268a97ddca96 /libc/malloc_debug/tests/malloc_debug_system_tests.cpp
parent19377a55c5fedd917019ac38382c0e921b8ce09d (diff)
Include log/log_read.h for reading logs
log/log.h is concerned with writing logs. Bug: 78370064 Test: build Change-Id: I03d35f47acaa6eb0c8865836767d855be0203e92
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 dd569fde7..ac19cf99c 100644
--- a/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
+++ b/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
@@ -40,7 +40,7 @@
#include <android-base/file.h>
#include <android-base/stringprintf.h>
#include <gtest/gtest.h>
-#include <log/log.h>
+#include <log/log_read.h>
#include <string>
#include <thread>