diff options
Diffstat (limited to 'usr.sbin/bind/lib/dns/tsig.c')
| -rw-r--r-- | usr.sbin/bind/lib/dns/tsig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/dns/tsig.c b/usr.sbin/bind/lib/dns/tsig.c index 437368e29ee..d3673b093c6 100644 --- a/usr.sbin/bind/lib/dns/tsig.c +++ b/usr.sbin/bind/lib/dns/tsig.c @@ -15,7 +15,7 @@ */ /* - * $Id: tsig.c,v 1.14 2020/01/20 18:40:55 florian Exp $ + * $Id: tsig.c,v 1.15 2020/01/20 18:49:45 florian Exp $ */ /*! \file */ #include <config.h> @@ -26,7 +26,7 @@ #include <isc/refcount.h> #include <isc/serial.h> -#include <isc/string.h> /* Required for HP/UX (and others?) */ +#include <string.h> /* Required for HP/UX (and others?) */ #include <isc/util.h> #include <isc/time.h> |
