Skip to content

Commit

Permalink
modify include/compat/netinet/ip.h
Browse files Browse the repository at this point in the history
- add including <netinet/in_systm.h> for n_long on HP-UX
  • Loading branch information
kinichiro committed Mar 13, 2016
1 parent 05f3422 commit 14aa5f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/compat/netinet/ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* netinet/ip.h compatibility shim
*/

#if defined(__hpux)
#include <netinet/in_systm.h>
#endif

#ifndef _WIN32
#include_next <netinet/ip.h>
#else
Expand Down

0 comments on commit 14aa5f7

Please sign in to comment.