From: Android Tools Maintainers Date: Tue, 19 Mar 2019 01:46:21 +0000 (+0000) Subject: memcheck-paths X-Git-Tag: archive/raspbian/10.0.0+r36-3+rpi1~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b5a6a62f72d8652124db9f0f02eb4b9fc26f57be;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)