diff options
Diffstat (limited to 'usr.sbin/bind/lib/dns/master.c')
| -rw-r--r-- | usr.sbin/bind/lib/dns/master.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/dns/master.c b/usr.sbin/bind/lib/dns/master.c index f4eabac9686..797d9f6214d 100644 --- a/usr.sbin/bind/lib/dns/master.c +++ b/usr.sbin/bind/lib/dns/master.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.c,v 1.10 2020/01/09 18:17:15 florian Exp $ */ +/* $Id: master.c,v 1.11 2020/01/20 18:49:45 florian Exp $ */ /*! \file */ @@ -28,7 +28,7 @@ #include <isc/serial.h> #include <isc/stdio.h> #include <isc/stdtime.h> -#include <isc/string.h> +#include <string.h> #include <isc/task.h> #include <isc/util.h> |
