diff options
Diffstat (limited to 'usr.sbin/bind/lib/dns/time.c')
-rw-r--r-- | usr.sbin/bind/lib/dns/time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/dns/time.c b/usr.sbin/bind/lib/dns/time.c index b45c9fe4fc7..7e455af7527 100644 --- a/usr.sbin/bind/lib/dns/time.c +++ b/usr.sbin/bind/lib/dns/time.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.7 2019/12/17 01:46:32 sthen Exp $ */ +/* $Id: time.c,v 1.8 2020/01/09 13:47:13 florian Exp $ */ /*! \file */ @@ -25,7 +25,7 @@ #include <time.h> #include <ctype.h> -#include <isc/print.h> + #include <isc/region.h> #include <isc/serial.h> #include <isc/stdtime.h> |