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>
Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/66348
Original-Reviewed-by: Matei Dibu <matdibu@protonmail.com>
Original-Reviewed-by: Thomas Heijligen <src@posteo.de>
Original-Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/71474
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/ich_descriptors.h b/ich_descriptors.h
index ccfa46b..cc40c1f 100644
--- a/ich_descriptors.h
+++ b/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 */