diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-15 16:41:24 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-15 16:41:24 +0000 |
commit | 81bc945a76963cfbc36ce286fee5540f3eb134b3 (patch) | |
tree | a9a7d78ee591cfbe5a7f02ee6496f4c9179330e9 /src/rspamadm/lua_repl.c | |
parent | df1dc9accfa88feed20fd70d63f9e1951e974f27 (diff) | |
download | rspamd-81bc945a76963cfbc36ce286fee5540f3eb134b3.tar.gz rspamd-81bc945a76963cfbc36ce286fee5540f3eb134b3.zip |
[Rework] Start rework of the HTTP library
Diffstat (limited to 'src/rspamadm/lua_repl.c')
-rw-r--r-- | src/rspamadm/lua_repl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rspamadm/lua_repl.c b/src/rspamadm/lua_repl.c index 6d1501100..812d3fb96 100644 --- a/src/rspamadm/lua_repl.c +++ b/src/rspamadm/lua_repl.c @@ -16,7 +16,7 @@ #include "config.h" #include "rspamadm.h" -#include "libutil/http.h" +#include "libutil/http_connection.h" #include "libutil/http_private.h" #include "printf.h" #include "lua/lua_common.h" |