From 1aef06283286df8658b427885a6fffe9bdfeedbe Mon Sep 17 00:00:00 2001 From: rich cannings Date: Tue, 25 Jan 2011 08:07:01 -0800 Subject: [PATCH] Add missing header to gpttool Fixes a broken build from: https://android-git.corp.google.com/g/92563 Change-Id: I4d9a2eecde2a17aef0a35952c32483ec4af2b483 --- gpttool/gpttool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpttool/gpttool.c b/gpttool/gpttool.c index 6cb7c16c2..05d51779c 100644 --- a/gpttool/gpttool.c +++ b/gpttool/gpttool.c @@ -25,6 +25,8 @@ #include +#include + typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32;