diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/rspamd_rrd_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rspamd_rrd_test.c b/test/rspamd_rrd_test.c index b40259605..066864222 100644 --- a/test/rspamd_rrd_test.c +++ b/test/rspamd_rrd_test.c @@ -18,6 +18,7 @@ #include "rrd.h" #include "rspamd.h" #include "ottery.h" +#include <unistd.h> const int rows_cnt = 20; const int pdp_per_cdp = 60; |