diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-15 18:23:40 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-15 18:23:40 +0000 |
commit | a841d419c9d230681a46900cac8629b576b2dfe8 (patch) | |
tree | 8cae473e4193d7dafd49ed8aa50c7e4612038489 /src/rspamadm/lua_repl.c | |
parent | 541b15df290f0aa40b71a85379f3faa909de30b6 (diff) | |
download | rspamd-a841d419c9d230681a46900cac8629b576b2dfe8.tar.gz rspamd-a841d419c9d230681a46900cac8629b576b2dfe8.zip |
[Rework] Finish http code split and cleanup
Diffstat (limited to 'src/rspamadm/lua_repl.c')
-rw-r--r-- | src/rspamadm/lua_repl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rspamadm/lua_repl.c b/src/rspamadm/lua_repl.c index 812d3fb96..6248f2aa2 100644 --- a/src/rspamadm/lua_repl.c +++ b/src/rspamadm/lua_repl.c @@ -18,6 +18,7 @@ #include "rspamadm.h" #include "libutil/http_connection.h" #include "libutil/http_private.h" +#include "libutil/http_router.h" #include "printf.h" #include "lua/lua_common.h" #include "lua/lua_thread_pool.h" |