Fix FreeBSD compile error
This commit is contained in:
parent
78e4c71202
commit
21a42f62df
|
|
@ -23,11 +23,8 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef IS_OSX
|
||||
#if defined(IS_OSX) || defined(IS_FREEBSD)
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
#ifdef IS_FREEBSD
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue