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
|
|
@ -1,7 +1,4 @@
|
|||
extern "C" {
|
||||
#include "lauxlib.h"
|
||||
#include "lua.h"
|
||||
}
|
||||
#include "nse_lua.h"
|
||||
|
||||
/* Lua 5.3 support */
|
||||
#define luaL_checkint luaL_checkinteger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue