From 1f333be2781ac3a58a3217fd373889512960bdbf Mon Sep 17 00:00:00 2001 From: david Date: Wed, 24 Nov 2010 23:37:42 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20compilation=20with=20--without-liblua.=20?= =?UTF-8?q?This=20was=20reported=20by=20Nuno=20Gon=C3=83=C2=A7alves=20and?= =?UTF-8?q?=20Henri=20Doreau.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- output.cc | 1 - output.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/output.cc b/output.cc index 6e14e7b6a..53ff07fa2 100644 --- a/output.cc +++ b/output.cc @@ -112,7 +112,6 @@ #include #include -#include #include #include diff --git a/output.h b/output.h index 8ad7450f7..08189c9dd 100644 --- a/output.h +++ b/output.h @@ -133,6 +133,8 @@ #include "nmap.h" #include "global_structures.h" +#include + #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. */