aboutsummaryrefslogtreecommitdiffstats
path: root/src/rspamadm
diff options
context:
space:
mode:
Diffstat (limited to 'src/rspamadm')
-rw-r--r--src/rspamadm/control.c2
-rw-r--r--src/rspamadm/lua_repl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rspamadm/control.c b/src/rspamadm/control.c
index 0e39ed703..554392e63 100644
--- a/src/rspamadm/control.c
+++ b/src/rspamadm/control.c
@@ -17,7 +17,7 @@
#include "rspamadm.h"
#include "cryptobox.h"
#include "printf.h"
-#include "libutil/http.h"
+#include "libutil/http_connection.h"
#include "libutil/http_private.h"
#include "addr.h"
#include "unix-std.h"
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"