diff options
Diffstat (limited to 'usr.sbin/bind/lib/isc/commandline.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/commandline.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/commandline.c b/usr.sbin/bind/lib/isc/commandline.c index 36a08744f8b..c97d6afb39c 100644 --- a/usr.sbin/bind/lib/isc/commandline.c +++ b/usr.sbin/bind/lib/isc/commandline.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. */ -/* $Id: commandline.c,v 1.10 2020/01/20 18:46:57 florian Exp $ */ +/* $Id: commandline.c,v 1.11 2020/01/20 18:49:45 florian Exp $ */ /*! \file * This file was adapted from the NetBSD project's source tree, RCS ID: @@ -65,7 +65,7 @@ #include <isc/commandline.h> #include <isc/msgs.h> -#include <isc/string.h> +#include <string.h> #include <isc/util.h> /*% Index into parent argv vector. */ |
