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
This commit is contained in:
parent
9e9417d205
commit
eafeadc689
@ -5,6 +5,8 @@
|
||||
#ifndef _SYS_SYSCTL_H
|
||||
#define _SYS_SYSCTL_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
/* 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
|
||||
|
Loading…
Reference in New Issue
Block a user