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 ddd330b8ea5..895c72f7777 100644 --- a/usr.sbin/bind/lib/dns/time.c +++ b/usr.sbin/bind/lib/dns/time.c @@ -14,14 +14,14 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.9 2020/01/09 18:17:15 florian Exp $ */ +/* $Id: time.c,v 1.10 2020/01/20 18:49:45 florian Exp $ */ /*! \file */ #include <config.h> #include <stdio.h> -#include <isc/string.h> /* Required for HP/UX (and others?) */ +#include <string.h> /* Required for HP/UX (and others?) */ #include <time.h> #include <ctype.h> |
