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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user