summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2022-08-02 11:31:16 +1000
committerThomas Heijligen <src@posteo.de>2022-08-08 20:55:26 +0000
commit83a30d01cb0aaf6371b8271747f1db2c64f47edc (patch)
tree94d0aeab1dca039ef486f80882be868190bad3c2
parentcaed9f0d2ec3fc0c14a8212e5867ebe1e79e9464 (diff)
downloadflashrom-83a30d01cb0aaf6371b8271747f1db2c64f47edc.tar.gz
flashrom-83a30d01cb0aaf6371b8271747f1db2c64f47edc.tar.bz2
flashrom-83a30d01cb0aaf6371b8271747f1db2c64f47edc.zip
include/ich_descriptors.h: Add missing include
Avoid transitively including the bool type for the ich_descriptor functionality. Change-Id: I2d9eb833ca9198c0586543d3f0074893aac5c6fb Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/66348 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matei Dibu <matdibu@protonmail.com> Reviewed-by: Thomas Heijligen <src@posteo.de> Reviewed-by: Felix Singer <felixsinger@posteo.net>
-rw-r--r--include/ich_descriptors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ich_descriptors.h b/include/ich_descriptors.h
index cd5a45cb1..5a6cdf10c 100644
--- a/include/ich_descriptors.h
+++ b/include/ich_descriptors.h
@@ -20,6 +20,7 @@
#include <sys/types.h>
#include <stdint.h>
+#include <stdbool.h>
#include "programmer.h" /* for enum ich_chipset */
/* FIXME: Replace with generic return codes */