diff options
Diffstat (limited to 'usr.bin/dig/dig.c')
| -rw-r--r-- | usr.bin/dig/dig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/dig/dig.c b/usr.bin/dig/dig.c index 104d689b5e8..edcca689ee9 100644 --- a/usr.bin/dig/dig.c +++ b/usr.bin/dig/dig.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.11 2020/02/18 18:11:27 florian Exp $ */ +/* $Id: dig.c,v 1.12 2020/02/24 13:49:38 jsg Exp $ */ /*! \file */ #include <sys/cdefs.h> @@ -27,6 +27,7 @@ #include <string.h> #include <isc/util.h> +#include <isc/time.h> #include <dns/fixedname.h> #include <dns/masterdump.h> |
