From 5c296a1725608f89ef190f6ce13c0683cbc13096 Mon Sep 17 00:00:00 2001 From: Aggelos Economopoulos Date: Sun, 5 Jul 2009 13:57:34 +0300 Subject: [PATCH] sysctl.h should include kernel.h Noticed-by: Robert Luciani --- sys/sys/sysctl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 72375bae44..4391b6d928 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -105,6 +105,9 @@ struct ctlname { #define OID_AUTO (-1) #ifdef _KERNEL + +#include /* for DATA_SET */ + #define SYSCTL_HANDLER_ARGS struct sysctl_oid *oidp, void *arg1, int arg2, \ struct sysctl_req *req -- 2.11.4.GIT