diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-09 10:52:31 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-09 10:52:31 +0000 |
commit | c4e4a60be8bde947c7a93841fc90a9e31ebc6f1e (patch) | |
tree | ef4c6711ea07d4db0db5d321cb3f03bec764168b /test/rspamd_http_test.c | |
parent | 58725e3ff089be792a32fc067390a052d8e9e72d (diff) | |
download | rspamd-c4e4a60be8bde947c7a93841fc90a9e31ebc6f1e.tar.gz rspamd-c4e4a60be8bde947c7a93841fc90a9e31ebc6f1e.zip |
Small fixes.
Diffstat (limited to 'test/rspamd_http_test.c')
-rw-r--r-- | test/rspamd_http_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rspamd_http_test.c b/test/rspamd_http_test.c index 581a4c284..cdcfef967 100644 --- a/test/rspamd_http_test.c +++ b/test/rspamd_http_test.c @@ -27,6 +27,7 @@ #include "http.h" #include "tests.h" #include "ottery.h" +#include "cryptobox.h" static const int file_blocks = 8; static const int pconns = 100; |