mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Don't include sys/sockio.h from tcpip.cc; it's already in tcpip.h.
This commit is contained in:
parent
39e2f3ed61
commit
95fa8efd19
1 changed files with 0 additions and 4 deletions
4
tcpip.cc
4
tcpip.cc
|
|
@ -117,10 +117,6 @@
|
|||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_SYS_SOCKIO_H
|
||||
#include <sys/sockio.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_UNISTD_H
|
||||
/* #include <sys/unistd.h> */
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue