From 6dfb79ef636c8723628efa07621ce0bdea4ef69c Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 10 Jan 2011 20:59:19 +0000 Subject: [PATCH] Add a nested include of to make the sysctl(9) manpage accurate. is one of the very few headers similar to for which nested includes is allowed. PR: docs/153654 Reviewed by: bde MFC after: 1 month --- sys/sys/sysctl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 79bbd14a8e1d..066de239ef3f 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -115,6 +115,8 @@ struct ctlname { #define CTL_AUTO_START 0x100 #ifdef _KERNEL +#include + #define SYSCTL_HANDLER_ARGS struct sysctl_oid *oidp, void *arg1, int arg2, \ struct sysctl_req *req