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

@ -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