1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix inclusion of Lua headers. See #1355

We will need to do something similar for Ncat.
This commit is contained in:
dmiller
2018-10-16 05:18:31 +00:00
parent f836c164e0
commit a0f55317f3
19 changed files with 166 additions and 260 deletions

View File

@@ -5,11 +5,7 @@
#include <list>
#include <string>
extern "C" {
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
}
#include "nse_lua.h"
#include "scan_lists.h"