sys_macosx: fix build issue on Sierra and presumably earlier

This commit is contained in:
David Bohman 2020-03-17 08:24:33 -07:00 committed by Miroslav Lichvar
parent 1f8355f154
commit f506f44033

View file

@ -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;