Add #includes for sysctlbyname() to quiet a warning.

This commit is contained in:
John Baldwin 2000-03-25 04:23:08 +00:00
parent fbeea60676
commit d3d93ffd5f
3 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/sysctl.h>
/* Where we stick our temporary expanded doc file */

View File

@ -24,6 +24,8 @@
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/sysctl.h>
/* Where we stick our temporary expanded doc file */

View File

@ -24,6 +24,8 @@
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/sysctl.h>
/* Where we stick our temporary expanded doc file */