From: David Bohman Date: Tue, 17 Mar 2020 15:24:33 +0000 (-0700) Subject: sys_macosx: fix build issue on Sierra and presumably earlier X-Git-Tag: 4.0-pre2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f506f4403388760e88c0e5ae962b89081ea776d9;p=thirdparty%2Fchrony.git sys_macosx: fix build issue on Sierra and presumably earlier --- diff --git a/sys_macosx.c b/sys_macosx.c index 701c078f..1b0fc4e1 100644 --- a/sys_macosx.c +++ b/sys_macosx.c @@ -46,8 +46,9 @@ #include "privops.h" #include "util.h" -#ifdef HAVE_MACOS_SYS_TIMEX #include + +#ifdef HAVE_MACOS_SYS_TIMEX #include "sys_netbsd.h" static int have_ntp_adjtime = 0;