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/libutil/http_private.h | |
parent | df1dc9accfa88feed20fd70d63f9e1951e974f27 (diff) | |
download | rspamd-81bc945a76963cfbc36ce286fee5540f3eb134b3.tar.gz rspamd-81bc945a76963cfbc36ce286fee5540f3eb134b3.zip |
[Rework] Start rework of the HTTP library
Diffstat (limited to 'src/libutil/http_private.h')
-rw-r--r-- | src/libutil/http_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/http_private.h b/src/libutil/http_private.h index 0e2658617..970956741 100644 --- a/src/libutil/http_private.h +++ b/src/libutil/http_private.h @@ -16,7 +16,7 @@ #ifndef SRC_LIBUTIL_HTTP_PRIVATE_H_ #define SRC_LIBUTIL_HTTP_PRIVATE_H_ -#include "http.h" +#include "http_connection.h" #include "str_util.h" #include "ref.h" #define HASH_CASELESS |