diff options
| author | 2020-02-24 13:49:38 +0000 | |
|---|---|---|
| committer | 2020-02-24 13:49:38 +0000 | |
| commit | 4465bcfb0189fef66881a630d84d3be0e093c02b (patch) | |
| tree | 7dc4e536c757ea0b4628627557aabf77a465de08 /usr.bin/dig/lib/isc/log.c | |
| parent | extend decoding of control transfers: (diff) | |
| download | wireguard-openbsd-4465bcfb0189fef66881a630d84d3be0e093c02b.tar.xz wireguard-openbsd-4465bcfb0189fef66881a630d84d3be0e093c02b.zip | |
remove some uneeded includes
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> /* |
