mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 14:39:02 +00:00
Include netutil.h for IPPROTO_SCTP constant where necessary. Fixes #868
This commit is contained in:
@@ -151,6 +151,10 @@
|
||||
|
||||
#include "struct_ip.h"
|
||||
|
||||
#ifndef IPPROTO_SCTP
|
||||
#include "libnetutil/netutil.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
||||
Reference in New Issue
Block a user