Commit 17eb1699 authored by Bang Jun-Young's avatar Bang Jun-Young Committed by Alexandre Julliard

Make compile on NetBSD.

parent 99f48907
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment