mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 22:19:03 +00:00
Include netutil.h for IPPROTO_SCTP constant where necessary. Fixes #868
This commit is contained in:
@@ -168,6 +168,10 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef IPPROTO_SCTP
|
||||
#include "libnetutil/netutil.h"
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <list>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user