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/libserver/protocol.h | |
parent | df1dc9accfa88feed20fd70d63f9e1951e974f27 (diff) | |
download | rspamd-81bc945a76963cfbc36ce286fee5540f3eb134b3.tar.gz rspamd-81bc945a76963cfbc36ce286fee5540f3eb134b3.zip |
[Rework] Start rework of the HTTP library
Diffstat (limited to 'src/libserver/protocol.h')
-rw-r--r-- | src/libserver/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/protocol.h b/src/libserver/protocol.h index 254c5fcd1..08372d765 100644 --- a/src/libserver/protocol.h +++ b/src/libserver/protocol.h @@ -8,7 +8,7 @@ #include "config.h" #include "filter.h" -#include "http.h" +#include "http_connection.h" #include "task.h" #define RSPAMD_BASE_ERROR 500 |