mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 23:40:00 -04:00
Pull in host order macros when _XOPEN_SOURCE_EXTENDED is defined. [RT #14966]
This commit is contained in:
parent
e3c0f34cba
commit
da16a6b635
1 changed files with 5 additions and 0 deletions
|
|
@ -138,6 +138,11 @@ struct timezone; /* silence warning */
|
|||
#define ISC_FORMAT_PRINTF(fmt, args)
|
||||
#endif
|
||||
|
||||
/* Pull in host order macros when _XOPEN_SOURCE_EXTENDED is defined. */
|
||||
#if defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
|
||||
#include <sys/byteorder.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
/*! \file */
|
||||
|
|
|
|||
Loading…
Reference in a new issue