#include <isc/string.h> as it includes both <string.h> and <strings.h> if they both exist
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user