diff options
Diffstat (limited to 'usr.sbin/bind/lib/dns/message.c')
| -rw-r--r-- | usr.sbin/bind/lib/dns/message.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/dns/message.c b/usr.sbin/bind/lib/dns/message.c index 94b3cc2a269..38bbc9017eb 100644 --- a/usr.sbin/bind/lib/dns/message.c +++ b/usr.sbin/bind/lib/dns/message.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: message.c,v 1.12 2020/01/18 16:55:00 florian Exp $ */ +/* $Id: message.c,v 1.13 2020/01/20 18:49:45 florian Exp $ */ /*! \file */ @@ -28,7 +28,7 @@ #include <isc/buffer.h> #include <isc/mem.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 <dns/dnssec.h> |
