From eafeadc68958e4619c42aaa461514f3208d7973e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 5 Oct 2002 16:55:20 +0000 Subject: [PATCH] Fixed a bug in the header (didn't include a needed header). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1382 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/sysctl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/private/kernel/sysctl.h b/headers/private/kernel/sysctl.h index 7615c2c5da..1d871b6b4b 100644 --- a/headers/private/kernel/sysctl.h +++ b/headers/private/kernel/sysctl.h @@ -5,6 +5,8 @@ #ifndef _SYS_SYSCTL_H #define _SYS_SYSCTL_H +#include + /* This file contains definitions for the sysctl call. * The call uses a heirachy of names for objects that can be * examined or modified. The name is expressed as a sequence