diff options
Diffstat (limited to 'usr.sbin/bind/lib/dns/dst_api.c')
| -rw-r--r-- | usr.sbin/bind/lib/dns/dst_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/dns/dst_api.c b/usr.sbin/bind/lib/dns/dst_api.c index ad9a0136af6..906cc0644f3 100644 --- a/usr.sbin/bind/lib/dns/dst_api.c +++ b/usr.sbin/bind/lib/dns/dst_api.c @@ -33,7 +33,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_api.c,v 1.15 2020/01/09 18:17:14 florian Exp $ + * $Id: dst_api.c,v 1.16 2020/01/20 18:49:45 florian Exp $ */ /*! \file */ @@ -56,7 +56,7 @@ #include <isc/refcount.h> #include <isc/safe.h> -#include <isc/string.h> +#include <string.h> #include <isc/time.h> #include <isc/util.h> #include <isc/file.h> |
