diff options
author | inoguchi <kinichiro.inoguchi@hp.com> | 2014-07-30 13:22:00 +0900 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-30 07:12:36 -0500 |
commit | ff58a2e3cb3cc47c900044011500192d776092fc (patch) | |
tree | 741f16cefb92efe91509072a3ba13610fb1a120f | |
parent | b9ff0728e1bab018dd888c173151dba35e40ef3b (diff) | |
download | portable-ff58a2e3cb3cc47c900044011500192d776092fc.tar.gz portable-ff58a2e3cb3cc47c900044011500192d776092fc.tar.bz2 portable-ff58a2e3cb3cc47c900044011500192d776092fc.zip |
update include/machine/endian.h for hpux portability.
ok bcook@
-rw-r--r-- | include/machine/endian.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/machine/endian.h b/include/machine/endian.h index 613c026..7e59bcd 100644 --- a/include/machine/endian.h +++ b/include/machine/endian.h | |||
@@ -30,6 +30,9 @@ | |||
30 | #include <standards.h> | 30 | #include <standards.h> |
31 | #include <sys/endian.h> | 31 | #include <sys/endian.h> |
32 | 32 | ||
33 | #elif defined(__hpux) | ||
34 | #include <arpa/nameser_compat.h> | ||
35 | |||
33 | #else | 36 | #else |
34 | #include_next <machine/endian.h> | 37 | #include_next <machine/endian.h> |
35 | 38 | ||