From e7cbfae69e2bdf22018f14fbaf076a78995a2b60 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Mon, 10 Dec 2018 15:21:40 +0100 Subject: libflashrom.h: Add missing includes for `size_t` and for `off_t`. Change-Id: Ifc84dfe2a06633321d0abd364bdea1216925a779 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/30153 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- libflashrom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libflashrom.h') diff --git a/libflashrom.h b/libflashrom.h index 4fbcd35c..38c95d26 100644 --- a/libflashrom.h +++ b/libflashrom.h @@ -18,6 +18,8 @@ #ifndef __LIBFLASHROM_H__ #define __LIBFLASHROM_H__ 1 +#include +#include #include int flashrom_init(int perform_selfcheck); -- cgit v1.2.3