Pull in host order macros when _XOPEN_SOURCE_EXTENDED is defined. [RT #14966]
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user