提交 f0a2a6df 编写于 作者: G Guillaume Nault 提交者: Dmitry Kozlov

lua: make luasupp.h self-contained

We need to include "ap_session.h" to define 'struct ap_session'.
Signed-off-by: NGuillaume Nault <g.nault@alphalink.fr>
上级 9fbad3fa
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
#include <lua.h> #include <lua.h>
#include "ap_session.h"
int luaopen_lpack(lua_State *L); int luaopen_lpack(lua_State *L);
int luaopen_bit(lua_State *L); int luaopen_bit(lua_State *L);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册