summaryrefslogtreecommitdiffstats
path: root/edi.c
diff options
context:
space:
mode:
authorJacob Garber <jgarber1@ualberta.ca>2019-06-21 15:33:09 -0600
committerNico Huber <nico.h@gmx.de>2019-06-23 21:39:48 +0000
commit6c68363d0c1db0fd5e2ac95fb4adeaf254f669a7 (patch)
treed04d0449d10e7d37744447aebae8530af02edd9a /edi.c
parentbeeb8bc925bef6973e1c9fa6c4fd26a4113a1777 (diff)
downloadflashrom-6c68363d0c1db0fd5e2ac95fb4adeaf254f669a7.tar.gz
flashrom-6c68363d0c1db0fd5e2ac95fb4adeaf254f669a7.tar.bz2
flashrom-6c68363d0c1db0fd5e2ac95fb4adeaf254f669a7.zip
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 <jgarber1@ualberta.ca> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33668 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'edi.c')
-rw-r--r--edi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/edi.c b/edi.c
index bd5b269b5..a2219ac6c 100644
--- a/edi.c
+++ b/edi.c
@@ -16,6 +16,7 @@
#include <string.h>
#include "flash.h"
+#include "chipdrivers.h"
#include "ene.h"
#include "edi.h"