Fix compilation with --without-liblua. This was reported by Nuno

Gonçalves and Henri Doreau.
This commit is contained in:
david 2010-11-24 23:37:42 +00:00
parent 4b481939b3
commit 1f333be278
2 changed files with 2 additions and 1 deletions

View file

@ -112,7 +112,6 @@
#include <math.h>
#include <set>
#include <string>
#include <vector>
#include <list>

View file

@ -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. */