#include <isc/string.h> as it includes both <string.h> and <strings.h> if they both exist

This commit is contained in:
Mark Andrews
2017-09-22 18:08:54 +10:00
parent 3148dee766
commit 6138c5a5e4

View File

@@ -11,14 +11,11 @@
#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