summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2006-09-14 11:55:26 +0000
committerjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2006-09-14 11:55:26 +0000
commit27968f0e0fca6b8b04c6ec4a808e36fd2150b818 (patch)
treee3279938065eb2adcb29a3178a598709d86c10f2
parentd794fbd4d27d97dc724a93ff4ee83c7656cc2e82 (diff)
downloadlighttpd-27968f0e0fca6b8b04c6ec4a808e36fd2150b818.tar.gz
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
-rw-r--r--src/mod_cml_lua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_cml_lua.c b/src/mod_cml_lua.c
index 76e979f8..0d5d5ade 100644
--- a/src/mod_cml_lua.c
+++ b/src/mod_cml_lua.c
@@ -31,6 +31,7 @@ typedef char HASHHEX[HASHHEXLEN+1];
#include <lua.h>
#include <lualib.h>
+#include <lauxlib.h>
typedef struct {
stream st;