diff options
Diffstat (limited to 'test/rspamd_cryptobox_test.c')
-rw-r--r-- | test/rspamd_cryptobox_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rspamd_cryptobox_test.c b/test/rspamd_cryptobox_test.c index c7ad2921c..d01d99ee3 100644 --- a/test/rspamd_cryptobox_test.c +++ b/test/rspamd_cryptobox_test.c @@ -29,6 +29,7 @@ #include "fstring.h" #include "ottery.h" #include "cryptobox.h" +#include "unix-std.h" static const int mapping_size = 64 * 8192 + 1; static const int max_seg = 32; |