configure: Include net/if.h to check for netinet headers on Solaris.
This commit is contained in:
parent
72a7aed5b6
commit
d7e846ccd9
|
@ -7971,6 +7971,9 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|||
#ifdef HAVE_NETINET_IN_SYSTM_H
|
||||
# include <netinet/in_systm.h>
|
||||
#endif
|
||||
#ifdef HAVE_NET_IF_H
|
||||
# include <net/if.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IP_H
|
||||
# include <netinet/ip.h>
|
||||
#endif
|
||||
|
|
|
@ -408,6 +408,9 @@ AC_CHECK_HEADERS(\
|
|||
#ifdef HAVE_NETINET_IN_SYSTM_H
|
||||
# include <netinet/in_systm.h>
|
||||
#endif
|
||||
#ifdef HAVE_NET_IF_H
|
||||
# include <net/if.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IP_H
|
||||
# include <netinet/ip.h>
|
||||
#endif])
|
||||
|
|
Loading…
Reference in New Issue