1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Include <net/if_arp.h> from struct_ip.h.

This may be a better way to solve AIX build problems; anyway tcpip.cc didn't build for me on Solaris.
This commit is contained in:
david
2012-03-17 11:44:00 +00:00
parent 9cd1ef697b
commit 94768d88fa
2 changed files with 1 additions and 12 deletions

View File

@@ -31,6 +31,7 @@ struct ip {
/* BSDI needs this to insure the correct struct ip */
#undef _IP_VHL
#include <net/if_arp.h>
#ifndef NETINET_IN_SYSTM_H /* This guarding is needed for at least some versions of OpenBSD */
#include <netinet/in_systm.h> /* defines n_long needed for netinet/ip.h */
#define NETINET_IN_SYSTM_H