From 6c68363d0c1db0fd5e2ac95fb4adeaf254f669a7 Mon Sep 17 00:00:00 2001 From: Jacob Garber Date: Fri, 21 Jun 2019 15:33:09 -0600 Subject: tree: Include missing headers for function prototypes These files all contain functions whose prototypes are in header files, so make sure those header files are included. Change-Id: I0189a1550bf90d4a0b87dcef9f8a8449590cc9d7 Signed-off-by: Jacob Garber Reviewed-on: https://review.coreboot.org/c/flashrom/+/33668 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- edi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'edi.c') diff --git a/edi.c b/edi.c index bd5b269b..a2219ac6 100644 --- a/edi.c +++ b/edi.c @@ -16,6 +16,7 @@ #include #include "flash.h" +#include "chipdrivers.h" #include "ene.h" #include "edi.h" -- cgit v1.2.3