luaL_newstate() is from lauxlib.h, #include it
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1297 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
7b4097f7ee
commit
1b47e99a34
|
@ -31,6 +31,7 @@ typedef char HASHHEX[HASHHEXLEN+1];
|
|||
|
||||
#include <lua.h>
|
||||
#include <lualib.h>
|
||||
#include <lauxlib.h>
|
||||
|
||||
typedef struct {
|
||||
stream st;
|
||||
|
|
Loading…
Reference in New Issue