From 3772cb06205fd6bd9f7afcf9ffa0c7b4514f94da Mon Sep 17 00:00:00 2001 From: Olivier Certner Date: Mon, 7 Apr 2025 14:16:34 +0200 Subject: [PATCH] kassert: Explicitly include Include it as has direct references defined in it (to '__va_list' and '__printflike' at least). This is a step to make usable without the need to explicitly include other headers. Reviewed by: imp, markj MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D49972 (cherry picked from commit 0f2090ccfeb6e3e1a2290300b53baedfb057c2b5) --- sys/sys/kassert.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/kassert.h b/sys/sys/kassert.h index 8e22e0e2c9f..ad8242245c3 100644 --- a/sys/sys/kassert.h +++ b/sys/sys/kassert.h @@ -31,6 +31,7 @@ #ifndef _SYS_KASSERT_H_ #define _SYS_KASSERT_H_ +#include #include #ifdef _KERNEL