diff options
Diffstat (limited to 'usr.sbin/bind/lib/isc/unix/syslog.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/unix/syslog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/syslog.c b/usr.sbin/bind/lib/isc/unix/syslog.c index 3400335b495..b267e898244 100644 --- a/usr.sbin/bind/lib/isc/unix/syslog.c +++ b/usr.sbin/bind/lib/isc/unix/syslog.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: syslog.c,v 1.3 2019/12/17 01:46:37 sthen Exp $ */ +/* $Id: syslog.c,v 1.4 2020/01/20 18:49:46 florian Exp $ */ /*! \file */ @@ -24,7 +24,7 @@ #include <syslog.h> #include <isc/result.h> -#include <isc/string.h> +#include <string.h> #include <isc/syslog.h> #include <isc/util.h> |
