mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix inclusion of Lua headers. See #1355
We will need to do something similar for Ncat.
This commit is contained in:
parent
f836c164e0
commit
a0f55317f3
19 changed files with 166 additions and 260 deletions
|
|
@ -26,10 +26,7 @@
|
|||
*
|
||||
**/
|
||||
|
||||
extern "C" {
|
||||
#include "lauxlib.h"
|
||||
#include "lua.h"
|
||||
}
|
||||
#include "nse_lua.h"
|
||||
|
||||
#include "nmap.h"
|
||||
#include "nse_fs.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue