diff options
Diffstat (limited to 'usr.bin/dig/lib/dns/dns_time.c')
| -rw-r--r-- | usr.bin/dig/lib/dns/dns_time.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/dig/lib/dns/dns_time.c b/usr.bin/dig/lib/dns/dns_time.c index 3f42911fd95..b0a30cb5e57 100644 --- a/usr.bin/dig/lib/dns/dns_time.c +++ b/usr.bin/dig/lib/dns/dns_time.c @@ -14,19 +14,18 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dns_time.c,v 1.5 2020/02/23 19:54:25 jung Exp $ */ +/* $Id: dns_time.c,v 1.6 2020/02/24 13:49:38 jsg Exp $ */ /*! \file */ #include <stdio.h> #include <string.h> /* Required for HP/UX (and others?) */ #include <time.h> -#include <ctype.h> #include <isc/region.h> #include <isc/serial.h> +#include <isc/result.h> -#include <dns/result.h> #include <dns/time.h> static const int days[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; |
