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/bootstrap.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kern/bootstrap.h') diff --git a/kern/bootstrap.h b/kern/bootstrap.h index b8ed8d9f..309a63f6 100644 --- a/kern/bootstrap.h +++ b/kern/bootstrap.h @@ -19,6 +19,8 @@ #ifndef _KERN_BOOTSTRAP_H_ #define _KERN_BOOTSTRAP_H_ -extern void bootstrap_create(void); +#include + +void bootstrap_create(void); #endif /* _KERN_BOOTSTRAP_H_ */ -- cgit v1.2.3