aboutsummaryrefslogtreecommitdiffstats
path: root/src/rspamadm/lua_repl.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-02-15 18:23:40 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-02-15 18:23:40 +0000
commita841d419c9d230681a46900cac8629b576b2dfe8 (patch)
tree8cae473e4193d7dafd49ed8aa50c7e4612038489 /src/rspamadm/lua_repl.c
parent541b15df290f0aa40b71a85379f3faa909de30b6 (diff)
downloadrspamd-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.c1
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"