mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Include <sys/sockio.h> in libnetutil/netutil.cc. This is necessary to
compile on OpenSolaris according to http://blogs.sun.com/sdaven/entry/nmap_5_35dc1_compile_on.
This commit is contained in:
parent
578a26e552
commit
8a5d27fae8
1 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,9 @@
|
|||
#if HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#if HAVE_SYS_SOCKIO_H
|
||||
#include <sys/sockio.h> /* SIOCGIFCONF for Solaris */
|
||||
#endif
|
||||
#include <net/if_arp.h>
|
||||
|
||||
#if HAVE_NETINET_IN_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue