sys_macosx: fix build issue on Sierra and presumably earlier
This commit is contained in:
parent
1f8355f154
commit
f506f44033
1 changed files with 2 additions and 1 deletions
|
@ -46,8 +46,9 @@
|
|||
#include "privops.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifdef HAVE_MACOS_SYS_TIMEX
|
||||
#include <dlfcn.h>
|
||||
|
||||
#ifdef HAVE_MACOS_SYS_TIMEX
|
||||
#include "sys_netbsd.h"
|
||||
|
||||
static int have_ntp_adjtime = 0;
|
||||
|
|
Loading…
Reference in a new issue