mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
<isc/string.h> instead of "isc/string.h"
This commit is contained in:
parent
ac430136fb
commit
2c3b827e5d
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#include "isc/string.h" // IWYU pragma: keep
|
||||
#include <isc/string.h> // IWYU pragma: keep
|
||||
|
||||
#if !defined(HAVE_STRLCPY)
|
||||
size_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue