mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 01:19:03 +00:00
Strip or relocate more includes from nmap.h
This commit is contained in:
@@ -133,6 +133,7 @@
|
||||
#include "libnetutil/netutil.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <errno.h>
|
||||
|
||||
#define BITVECTOR_BITS (sizeof(bitvector_t) * CHAR_BIT)
|
||||
#define BIT_SET(v, n) ((v)[(n) / BITVECTOR_BITS] |= 1UL << ((n) % BITVECTOR_BITS))
|
||||
|
||||
Reference in New Issue
Block a user