1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 20:51:30 +00:00

Don't include sys/sockio.h from tcpip.cc; it's already in tcpip.h.

This commit is contained in:
david
2007-11-15 17:29:22 +00:00
parent 39e2f3ed61
commit 95fa8efd19

View File

@@ -117,10 +117,6 @@
#include <sys/resource.h> #include <sys/resource.h>
#endif #endif
#if HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#endif
#if HAVE_UNISTD_H #if HAVE_UNISTD_H
/* #include <sys/unistd.h> */ /* #include <sys/unistd.h> */
#include <unistd.h> #include <unistd.h>