update include/machine/endian.h for hpux portability.
ok bcook@
This commit is contained in:
parent
b9ff0728e1
commit
ff58a2e3cb
@ -30,6 +30,9 @@
|
||||
#include <standards.h>
|
||||
#include <sys/endian.h>
|
||||
|
||||
#elif defined(__hpux)
|
||||
#include <arpa/nameser_compat.h>
|
||||
|
||||
#else
|
||||
#include_next <machine/endian.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user