From: Android Tools Maintainers Date: Thu, 13 Dec 2018 09:11:09 +0000 (+0000) Subject: memcheck-paths X-Git-Tag: archive/raspbian/10.0.0+r36-3+rpi1~12^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=642344d370e5d5eba919d25136807ea25ad78820;p=android-platform-art.git memcheck-paths Gbp-Pq: Name memcheck-paths.patch --- 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)