add missing header
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10355 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7f5e24cacb
commit
b89d50d52c
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ We will be using the luaL_dostring()/lua_dostring() function to call into lua
|
|||
#include <lauxlib.h>
|
||||
#include <lualib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
/* the SWIG wrappered library */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue