From 3fa758f49c42e963985b9b99202c65c217a0bb5b Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 17 May 2017 17:36:08 -0700 Subject: [PATCH] Fix Mac build. Bug: N/A Test: builds Change-Id: Ia3dae9f86a0aaa5431929e790f5c36f8beaf3bed --- tests/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/utils.h b/tests/utils.h index e3e0b0dc9..81df3508b 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -19,7 +19,6 @@ #include #include -#include #include #include #include @@ -46,6 +45,8 @@ #if defined(__linux__) +#include + struct map_record { uintptr_t addr_start; uintptr_t addr_end;