From 642344d370e5d5eba919d25136807ea25ad78820 Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Thu, 13 Dec 2018 09:11:09 +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