mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:42:04 -04:00
include <isc/string.h> for isc_string_strerror_r prototype
This commit is contained in:
parent
978a37c827
commit
505ec918d7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
/*! \file isc/strerr.h */
|
||||
|
||||
#include <string.h>
|
||||
#include <isc/string.h>
|
||||
|
||||
#if defined(strerror_r)
|
||||
#undef strerror_r
|
||||
|
|
|
|||
Loading…
Reference in a new issue