mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Include netutil.h for IPPROTO_SCTP constant where necessary. Fixes #868
This commit is contained in:
@@ -140,6 +140,10 @@
|
||||
#include "utils.h"
|
||||
#include <string>
|
||||
|
||||
#ifndef IPPROTO_SCTP
|
||||
#include "libnetutil/netutil.h"
|
||||
#endif
|
||||
|
||||
extern NmapOps o;
|
||||
|
||||
/* Pass an arp packet, including ethernet header. Must be 42bytes */
|
||||
|
||||
Reference in New Issue
Block a user