aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_rrd_test.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2022-04-02 16:49:35 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2022-04-02 16:49:35 +0100
commitf24d59a607066d339597a1a537f3171c9350a1d6 (patch)
tree1b19eca21c3f199ba02a5ac3ee0d040abe76c0c7 /test/rspamd_rrd_test.c
parent16ba8b55887ab1524ca8d9095f6a14726c91ed72 (diff)
downloadrspamd-f24d59a607066d339597a1a537f3171c9350a1d6.tar.gz
rspamd-f24d59a607066d339597a1a537f3171c9350a1d6.zip
[Minor] Add missing include
Issue: #4131
Diffstat (limited to 'test/rspamd_rrd_test.c')
-rw-r--r--test/rspamd_rrd_test.c1
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;