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 /test | |
parent | df1dc9accfa88feed20fd70d63f9e1951e974f27 (diff) | |
download | rspamd-81bc945a76963cfbc36ce286fee5540f3eb134b3.tar.gz rspamd-81bc945a76963cfbc36ce286fee5540f3eb134b3.zip |
[Rework] Start rework of the HTTP library
Diffstat (limited to 'test')
-rw-r--r-- | test/rspamd_http_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_http_test.c b/test/rspamd_http_test.c index e70c396aa..f58d20d11 100644 --- a/test/rspamd_http_test.c +++ b/test/rspamd_http_test.c @@ -16,7 +16,7 @@ #include "config.h" #include "rspamd.h" #include "util.h" -#include "libutil/http.h" +#include "libutil/http_connection.h" #include "libutil/http_private.h" #include "tests.h" #include "ottery.h" |