]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <isc/string.h> as it includes both <string.h> and <strings.h> if they both...
authorMark Andrews <marka@isc.org>
Fri, 22 Sep 2017 08:08:54 +0000 (18:08 +1000)
committerMark Andrews <marka@isc.org>
Fri, 22 Sep 2017 08:08:54 +0000 (18:08 +1000)
lib/isc/safe.c

index f00479e2f409a6ca9f3c14cc00bc6a838a92d11a..aaf9cc93fe4858c2cac21ff0081cb8477da1d6c1 100644 (file)
 #include <config.h>
 
 #include <isc/safe.h>
+#include <isc/string.h>
 #include <isc/util.h>
 
 #ifdef WIN32
 #include <windows.h>
-#elif HAVE_EXPLICIT_BZERO
-#include <strings.h>
-#else
-#include <string.h>
 #endif
 
 #ifdef _MSC_VER