From ed4a537bf0494f39ee76f4bf5c31cf9fd4c5eb03 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Tue, 7 Mar 2017 13:32:30 -0800 Subject: recovery: Add the missing #include. Although I checked there's no reference to 'stage' in device-specific recovery codes (for commit a8d72bc3b4087632e8cdad95e8355a2495e15690), it's insufficient to capture the missing #include issue. Test: lunch aosp_dragon-userdebug; mmma bootable/recovery Change-Id: I4c5dbe9acf38918491c3aa776ce358be03f9ecca --- common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.h b/common.h index 3e5f5476f..bda793599 100644 --- a/common.h +++ b/common.h @@ -20,6 +20,8 @@ #include #include +#include + #define STRINGIFY(x) #x #define EXPAND(x) STRINGIFY(x) -- cgit v1.2.3