mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
#include <isc/string.h> as it includes both <string.h> and <strings.h> if they both exist
This commit is contained in:
parent
3148dee766
commit
6138c5a5e4
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue