From: Vsevolod Stakhov Date: Thu, 11 Dec 2008 16:41:39 +0000 (+0300) Subject: * Fix build under FreeBSD (forgotten include) X-Git-Tag: 0.2.7~334 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=87f0454e574154e8deea0493394e914c283b821a;p=rspamd.git * Fix build under FreeBSD (forgotten include) --- diff --git a/src/util.c b/src/util.c index f4978b5b7..1399e76c7 100644 --- a/src/util.c +++ b/src/util.c @@ -1,4 +1,5 @@ #include +#include #include #include #include