summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/amd/common/block/pi/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/pi/image.c b/src/soc/amd/common/block/pi/image.c
index c237235994..3c90d7cb46 100644
--- a/src/soc/amd/common/block/pi/image.c
+++ b/src/soc/amd/common/block/pi/image.c
@@ -2,6 +2,7 @@
#include <agesa_headers.h>
#include <amdblocks/image.h>
+#include <stdbool.h>
/* Check if the image has the desired module. */
static bool validate_image(void *module_chain, const char module_signature[8])