update include/machine/endian.h for hpux portability.

ok bcook@
This commit is contained in:
inoguchi 2014-07-30 13:22:00 +09:00 committed by Brent Cook
parent b9ff0728e1
commit ff58a2e3cb

View File

@ -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>