1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

sys/uio.h needed for struct iovec on OpenBSD

This commit is contained in:
dmiller
2016-01-13 20:53:38 +00:00
parent a2c3b2f03a
commit f9a7123aed

View File

@@ -134,6 +134,7 @@
#include "mswin32/winclude.h"
#include "pcap-int.h"
#else
#include <sys/uio.h>
#include <sys/ioctl.h>
#endif