From f506f4403388760e88c0e5ae962b89081ea776d9 Mon Sep 17 00:00:00 2001 From: David Bohman Date: Tue, 17 Mar 2020 08:24:33 -0700 Subject: [PATCH] sys_macosx: fix build issue on Sierra and presumably earlier --- sys_macosx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys_macosx.c b/sys_macosx.c index 701c078..1b0fc4e 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;