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/exception.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kern/exception.c') diff --git a/kern/exception.c b/kern/exception.c index 246c1419..6a812490 100644 --- a/kern/exception.c +++ b/kern/exception.c @@ -45,6 +45,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3