mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Include netutil.h for IPPROTO_SCTP constant where necessary. Fixes #868
This commit is contained in:
parent
c324237cf0
commit
ab5e247cee
9 changed files with 33 additions and 5 deletions
|
|
@ -139,6 +139,11 @@
|
|||
#include <dnet.h>
|
||||
|
||||
#include "timing.h"
|
||||
|
||||
#ifndef IPPROTO_SCTP
|
||||
#include "libnetutil/netutil.h"
|
||||
#endif
|
||||
|
||||
#include <pcap.h>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue