mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix compilation with --without-liblua. This was reported by Nuno
Gonçalves and Henri Doreau.
This commit is contained in:
parent
4b481939b3
commit
1f333be278
2 changed files with 2 additions and 1 deletions
|
|
@ -112,7 +112,6 @@
|
|||
#include <math.h>
|
||||
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
||||
|
|
|
|||
2
output.h
2
output.h
|
|
@ -133,6 +133,8 @@
|
|||
#include "nmap.h"
|
||||
#include "global_structures.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#ifdef WIN32
|
||||
/* Display a warning that a device is not Ethernet and so raw sockets
|
||||
will be used. The warning is shown only once per unique device name. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue