mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 21:15:07 -05:00
sys_macosx: fix build issue on Sierra and presumably earlier
This commit is contained in:
committed by
Miroslav Lichvar
parent
1f8355f154
commit
f506f44033
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user