modify include/compat/netinet/ip.h
- add including <netinet/in_systm.h> for n_long on HP-UX
This commit is contained in:
parent
05f3422a9b
commit
14aa5f73ab
@ -3,6 +3,10 @@
|
|||||||
* netinet/ip.h compatibility shim
|
* netinet/ip.h compatibility shim
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined(__hpux)
|
||||||
|
#include <netinet/in_systm.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
#include_next <netinet/ip.h>
|
#include_next <netinet/ip.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user