From: Simon Glass Date: Mon, 31 Jul 2023 03:01:48 +0000 (-0600) Subject: x86: i8254: Include required ibmpc.h header X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=dbfb6c096ed1088b3fa2eb9a140393089a3bd731;p=u-boot.git x86: i8254: Include required ibmpc.h header This is needed for this file, so include it here explicitly. Signed-off-by: Simon Glass Reviewed-by: Andy Shevchenko # Intel Edison Reviewed-by: Bin Meng --- diff --git a/arch/x86/lib/i8254.c b/arch/x86/lib/i8254.c index 0f97538910..a8d1db188e 100644 --- a/arch/x86/lib/i8254.c +++ b/arch/x86/lib/i8254.c @@ -7,6 +7,7 @@ #include #include #include +#include #define TIMER1_VALUE 18 /* 15.6us */ #define BEEP_FREQUENCY_HZ 440