From: Vsevolod Stakhov Date: Sat, 2 Apr 2022 15:49:35 +0000 (+0100) Subject: [Minor] Add missing include X-Git-Tag: 3.3~327 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f24d59a607066d339597a1a537f3171c9350a1d6;p=thirdparty%2Frspamd.git [Minor] Add missing include Issue: #4131 --- diff --git a/test/rspamd_rrd_test.c b/test/rspamd_rrd_test.c index b402596057..0668642226 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 const int rows_cnt = 20; const int pdp_per_cdp = 60;