From 40f0757750f246bd78981fb7c02aadf1d47b18e8 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 29 Aug 2019 14:19:21 -0500 Subject: libflashrom.h: Add types not included in all projects Add and to allow compilation in fwupd. Signed-off-by: Mario Limonciello Change-Id: Ib48ddc6412f82677f43e445346dc64ccfadf2423 Reviewed-on: https://review.coreboot.org/c/flashrom/+/35155 Tested-by: build bot (Jenkins) Reviewed-by: Jacob Garber --- libflashrom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libflashrom.h') diff --git a/libflashrom.h b/libflashrom.h index a0da6dfe..d0d58261 100644 --- a/libflashrom.h +++ b/libflashrom.h @@ -20,6 +20,8 @@ #include #include +#include +#include #include int flashrom_init(int perform_selfcheck); -- cgit v1.2.3