From 499f154bf12fe15c6aa1740100e4545a71490be1 Mon Sep 17 00:00:00 2001 From: Luca Dariz Date: Tue, 28 Jun 2022 12:10:51 +0200 Subject: fix warnings for 32 bit builds Signed-off-by: Luca Dariz Message-Id: <20220628101054.446126-13-luca@orpolo.org> --- kern/boot_script.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kern/boot_script.c') diff --git a/kern/boot_script.c b/kern/boot_script.c index 9e8f60a7..7e31075f 100644 --- a/kern/boot_script.c +++ b/kern/boot_script.c @@ -6,6 +6,7 @@ #include #include #include "boot_script.h" +#include "bootstrap.h" /* This structure describes a symbol. */ -- cgit v1.2.3