Merge pull request #149 from dscharrer/master

Fix build on Gentoo FreeBSD with freebsd-lib 9.1
This commit is contained in:
kcat
2017-09-21 10:28:04 -07:00
committed by GitHub
+1
View File
@@ -41,6 +41,7 @@
#endif
#ifdef __FreeBSD__
#include <sys/types.h>
#include <sys/sysctl.h>
#endif