Make compile on NetBSD.

This commit is contained in:
Bang Jun-Young 2002-07-25 23:57:34 +00:00 committed by Alexandre Julliard
parent 99f4890788
commit 17eb169922

View file

@ -28,6 +28,9 @@
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#ifdef HAVE_SYS_SYSCTL_H
#include <sys/sysctl.h>
#endif