From: Simon Glass Date: Sat, 15 Mar 2025 14:25:35 +0000 (+0000) Subject: x86: Include stdbool.h in interrupt header X-Git-Tag: v2025.07-rc1~119^2~9^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aae07e3df82e83ee4bd922dea34c9b35f2658b65;p=pandora-u-boot.git x86: Include stdbool.h in interrupt header This makes use of a 'bool' type, so include the required header. Signed-off-by: Simon Glass --- diff --git a/arch/x86/include/asm/interrupt.h b/arch/x86/include/asm/interrupt.h index e23fb2c8e72..c689fc23d08 100644 --- a/arch/x86/include/asm/interrupt.h +++ b/arch/x86/include/asm/interrupt.h @@ -10,6 +10,7 @@ #ifndef __ASM_INTERRUPT_H_ #define __ASM_INTERRUPT_H_ 1 +#include #include #define SYS_NUM_IRQS 16