From 85393baff66bfe69d053e1bf3a7230025e5f229a Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sun, 4 Nov 2012 09:19:34 +0100 Subject: XML: add missing include Inclusion of libnetfilter_acct.h is not enough as the integer type definition are not included in the header. So if NFCT is disable, the compilation fails. --- output/ulogd_output_XML.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'output') diff --git a/output/ulogd_output_XML.c b/output/ulogd_output_XML.c index bc23ae6..ba33739 100644 --- a/output/ulogd_output_XML.c +++ b/output/ulogd_output_XML.c @@ -18,6 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include +#include #include "../config.h" #ifdef BUILD_NFLOG #include -- cgit v1.2.3