Patched to compile on FreeBSD.

This commit is contained in:
Ryan C. Gordon 2013-08-23 21:48:40 -04:00
parent 97948aef66
commit 88cd94a0eb
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
#include <limits.h>
#ifdef __FREEBSD__ #ifdef __FREEBSD__
#include <sys/sysctl.h> #include <sys/sysctl.h>