summaryrefslogtreecommitdiffstats
path: root/gpttool
diff options
context:
space:
mode:
authorrich cannings <richc@google.com>2011-01-25 08:07:01 -0800
committerrich cannings <richc@google.com>2011-01-25 08:07:01 -0800
commit1aef06283286df8658b427885a6fffe9bdfeedbe (patch)
treea607faae1bc9aa1dfe89484ddfb49a1b61e29cc1 /gpttool
parenta360a77294600cd679d4ea69b0b24e217bd02a9e (diff)
downloadsystem_core-1aef06283286df8658b427885a6fffe9bdfeedbe.tar.gz
system_core-1aef06283286df8658b427885a6fffe9bdfeedbe.tar.bz2
system_core-1aef06283286df8658b427885a6fffe9bdfeedbe.zip
Add missing header to gpttool
Fixes a broken build from: https://android-git.corp.google.com/g/92563 Change-Id: I4d9a2eecde2a17aef0a35952c32483ec4af2b483
Diffstat (limited to 'gpttool')
-rw-r--r--gpttool/gpttool.c2
1 files changed, 2 insertions, 0 deletions
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 <linux/fs.h>
+#include <sys/stat.h>
+
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;