diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-08-24 17:35:02 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-08-24 17:35:02 +0100 |
commit | a1be94b4c4b59de216e0b8b721a951b2325f7215 (patch) | |
tree | 6bb00558dd03918b500468e7385d716e83499265 /src/lua/lua_http.c | |
parent | 71f5454dc80cb2cc90363e219d85533b0e7a7895 (diff) | |
download | rspamd-a1be94b4c4b59de216e0b8b721a951b2325f7215.tar.gz rspamd-a1be94b4c4b59de216e0b8b721a951b2325f7215.zip |
Rework lists and hashes.
Diffstat (limited to 'src/lua/lua_http.c')
-rw-r--r-- | src/lua/lua_http.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_http.c b/src/lua/lua_http.c index 7f44d8615..d1a4434c2 100644 --- a/src/lua/lua_http.c +++ b/src/lua/lua_http.c @@ -25,6 +25,7 @@ #include "buffer.h" #include "dns.h" #include "http.h" +#include "utlist.h" #define MAX_HEADERS_SIZE 8192 |