diff options
| -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 |
