Maybe include <sys/sysctl.h>.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16116 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-10-02 03:14:47 +00:00
parent 2a6e781bff
commit 9cfdb7f017

View File

@@ -59,6 +59,9 @@
#ifdef HAVE_SYS_FILIO_H
#include <sys/filio.h>
#endif
#ifdef HAVE_SYS_SYSCTL_H
#include <sys/sysctl.h>
#endif
#ifdef HAVE_SYS_SYSCALL_H
#include <sys/syscall.h>