diff options
Diffstat (limited to 'include')
-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 | ||