From 46d6085876a81363785a4adfae20fd88c3747fb4 Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Tue, 19 Mar 2019 01:31:47 +0000 Subject: [PATCH] memcheck-paths Gbp-Pq: Name memcheck-paths.patch --- runtime/base/memory_tool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/base/memory_tool.h b/runtime/base/memory_tool.h index 42cbaa0..956c5ba 100644 --- a/runtime/base/memory_tool.h +++ b/runtime/base/memory_tool.h @@ -53,7 +53,7 @@ constexpr size_t kMemoryToolStackGuardSizeScale = 2; #else #include -#include +#include #define MEMORY_TOOL_MAKE_NOACCESS(p, s) VALGRIND_MAKE_MEM_NOACCESS(p, s) #define MEMORY_TOOL_MAKE_UNDEFINED(p, s) VALGRIND_MAKE_MEM_UNDEFINED(p, s) #define MEMORY_TOOL_MAKE_DEFINED(p, s) VALGRIND_MAKE_MEM_DEFINED(p, s) -- 2.30.2