Skip to content

Commit 1aef062

Browse files
author
rich cannings
committed
Add missing header to gpttool
Fixes a broken build from: https://android-git.corp.google.com/g/92563 Change-Id: I4d9a2eecde2a17aef0a35952c32483ec4af2b483
1 parent a360a77 commit 1aef062

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gpttool/gpttool.c

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
#include <linux/fs.h>
2727

28+
#include <sys/stat.h>
29+
2830
typedef unsigned char u8;
2931
typedef unsigned short u16;
3032
typedef unsigned int u32;

0 commit comments

Comments
 (0)