mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Include netutil.h for IPPROTO_SCTP constant where necessary. Fixes #868
This commit is contained in:
@@ -139,6 +139,10 @@
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
#ifndef IPPROTO_SCTP
|
||||
#include "libnetutil/netutil.h"
|
||||
#endif
|
||||
|
||||
#define PROTOCOL_TABLE_SIZE 256
|
||||
|
||||
struct protocol_list {
|
||||
|
||||
Reference in New Issue
Block a user