From bbab428226dfb7e58b10c9dac365b6333c2f7656 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 4 Feb 2022 17:47:48 -0800 Subject: [PATCH] make compile w/o other header pollution.. --- sysinit.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysinit.h b/sysinit.h index ac0f371..1c870c0 100644 --- a/sysinit.h +++ b/sysinit.h @@ -53,6 +53,10 @@ #ifndef _SYSINIT_H_ #define _SYSINIT_H_ 1 +/* for __WEAK */ +#include + +#include #include /* from FreeBSD sys/systm.h */