sys/sysctl.h: Make it self-contained when included from the kernel

MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
This commit is contained in:
Olivier Certner
2026-02-06 16:02:39 +01:00
parent 067ad8b31b
commit 1a446f765d
+2 -1
View File
@@ -36,7 +36,8 @@
#define _SYS_SYSCTL_H_
#ifdef _KERNEL
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/_null.h>
#include <sys/queue.h>
#include <sys/tree.h>
#endif