mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Strip or relocate more includes from nmap.h
This commit is contained in:
parent
982e08749f
commit
ea4096c681
8 changed files with 18 additions and 65 deletions
3
utils.cc
3
utils.cc
|
|
@ -126,6 +126,9 @@
|
|||
#include "utils.h"
|
||||
#include "NmapOps.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
extern NmapOps o;
|
||||
|
||||
/* Test a wildcard mask against a test string. Wildcard mask can include '*' and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue