summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-09-14 11:55:26 +0000
committerJan Kneschke <jan@kneschke.de>2006-09-14 11:55:26 +0000
commit6948f3bf54705a6eb219e963dcda8fde369ee5e1 (patch)
treee3279938065eb2adcb29a3178a598709d86c10f2
parent160d50bb5731f1d33006fb91ee0a54f0dcb3db26 (diff)
downloadlighttpd-git-6948f3bf54705a6eb219e963dcda8fde369ee5e1.tar.gz
luaL_newstate() is from lauxlib.h, #include it
git-svn-id: svn+ssh://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;