aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2008-12-11 19:41:39 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2008-12-11 19:41:39 +0300
commit87f0454e574154e8deea0493394e914c283b821a (patch)
tree76fd1ff7f32ff22e15ec258cf24e7ebc6527ddc8
parent93e2e9d2faf9495283b2709f8749d81542d21ed1 (diff)
downloadrspamd-87f0454e574154e8deea0493394e914c283b821a.tar.gz
rspamd-87f0454e574154e8deea0493394e914c283b821a.zip
* Fix build under FreeBSD (forgotten include)
-rw-r--r--src/util.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/param.h>
+#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>