diff options
Diffstat (limited to 'usr.bin/dig/lib/isc/log.c')
| -rw-r--r-- | usr.bin/dig/lib/isc/log.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/dig/lib/isc/log.c b/usr.bin/dig/lib/isc/log.c index 9648fb35619..2bc3c503d38 100644 --- a/usr.bin/dig/lib/isc/log.c +++ b/usr.bin/dig/lib/isc/log.c @@ -14,18 +14,19 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.c,v 1.16 2020/02/21 07:44:50 florian Exp $ */ +/* $Id: log.c,v 1.17 2020/02/24 13:49:38 jsg Exp $ */ /*! \file * \author Principal Authors: DCL */ +#include <sys/time.h> #include <limits.h> #include <stdlib.h> #include <string.h> #include <syslog.h> +#include <time.h> #include <isc/log.h> -#include <isc/time.h> #include <isc/util.h> /* |
