Patched to compile on FreeBSD.

This commit is contained in:
Ryan C. Gordon
2013-08-23 21:48:40 -04:00
parent c25827b1f1
commit e489ba1b6f

View File

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