diff options
Diffstat (limited to 'usr.sbin/bind/lib/isc/log.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/log.c b/usr.sbin/bind/lib/isc/log.c index b9333b5d196..0506ea60e92 100644 --- a/usr.sbin/bind/lib/isc/log.c +++ b/usr.sbin/bind/lib/isc/log.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.c,v 1.16 2020/01/20 18:46:57 florian Exp $ */ +/* $Id: log.c,v 1.17 2020/01/20 18:49:46 florian Exp $ */ /*! \file * \author Principal Authors: DCL */ @@ -37,7 +37,7 @@ #include <isc/stat.h> #include <isc/stdio.h> -#include <isc/string.h> +#include <string.h> #include <isc/time.h> #include <isc/util.h> |
