diff options
| author | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-03-13 19:17:24 +0900 |
|---|---|---|
| committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-03-13 19:17:24 +0900 |
| commit | 14aa5f73abc718f28097fc3e3ae5be9c7422b39c (patch) | |
| tree | a315a6c31eecfd9abb47894c54f17c095209dc60 | |
| parent | 05f3422a9b24d73a1ee728c9a68a6ce57cbc2dc9 (diff) | |
| download | portable-14aa5f73abc718f28097fc3e3ae5be9c7422b39c.tar.gz portable-14aa5f73abc718f28097fc3e3ae5be9c7422b39c.tar.bz2 portable-14aa5f73abc718f28097fc3e3ae5be9c7422b39c.zip | |
modify include/compat/netinet/ip.h
- add including <netinet/in_systm.h> for n_long on HP-UX
| -rw-r--r-- | include/compat/netinet/ip.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/compat/netinet/ip.h b/include/compat/netinet/ip.h index 405bbcf..6019f7d 100644 --- a/include/compat/netinet/ip.h +++ b/include/compat/netinet/ip.h | |||
| @@ -3,6 +3,10 @@ | |||
| 3 | * netinet/ip.h compatibility shim | 3 | * netinet/ip.h compatibility shim |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #if defined(__hpux) | ||
| 7 | #include <netinet/in_systm.h> | ||
| 8 | #endif | ||
| 9 | |||
| 6 | #ifndef _WIN32 | 10 | #ifndef _WIN32 |
| 7 | #include_next <netinet/ip.h> | 11 | #include_next <netinet/ip.h> |
| 8 | #else | 12 | #else |
