diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-04-02 16:49:35 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-04-02 16:49:35 +0100 |
commit | f24d59a607066d339597a1a537f3171c9350a1d6 (patch) | |
tree | 1b19eca21c3f199ba02a5ac3ee0d040abe76c0c7 /test/rspamd_rrd_test.c | |
parent | 16ba8b55887ab1524ca8d9095f6a14726c91ed72 (diff) | |
download | rspamd-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.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; |