From 5141493d3238e29655fbb4b250a612d435db000e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 24 Jun 2013 11:37:28 +0200 Subject: impstats: solve build problem on FreeBSD closes: http://bugzilla.adiscon.com/show_bug.cgi?id=458 --- ChangeLog | 5 +++++ plugins/impstats/impstats.c | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8250a925..09e3578d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ --------------------------------------------------------------------------- +Version 7.4.2 [v7.4-stable] 2013-06-?? +- solved build problems on FreeBSD + closes: http://bugzilla.adiscon.com/show_bug.cgi?id=458 + Thanks to Christiano for reproting and suggesting patches +--------------------------------------------------------------------------- Version 7.4.1 [v7.4-stable] 2013-06-17 - imjournal: add ratelimiting capability The original imjournal code did not support ratelimiting at all. We diff --git a/plugins/impstats/impstats.c b/plugins/impstats/impstats.c index cdd205fd..79749e21 100644 --- a/plugins/impstats/impstats.c +++ b/plugins/impstats/impstats.c @@ -29,6 +29,10 @@ #include #include #include +#if defined(__FreeBSD__) +#include +#endif + #include "dirty.h" #include "cfsysline.h" #include "module-template.h" -- cgit v1.2.3