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:
Jan Kneschke 2006-09-14 11:55:26 +00:00
parent 7b4097f7ee
commit 1b47e99a34
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ typedef char HASHHEX[HASHHEXLEN+1];
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
typedef struct {
stream st;