summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;