From f4ea591d9154ad811c98c93c5516dc8d6c2807f5 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sun, 13 Apr 2008 05:17:58 +0000 Subject: [PATCH 02/13] Fix all remaining warnings (missing declarations, missing prototypes) --- iptables-xml.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables-xml.c') diff --git a/iptables-xml.c b/iptables-xml.c index 94f2e39..d922efe 100644 --- a/iptables-xml.c +++ b/iptables-xml.c @@ -16,6 +16,7 @@ #include #include "iptables.h" #include "libiptc/libiptc.h" +#include "iptables-multi.h" #ifdef DEBUG #define DEBUGP(x, args...) fprintf(stderr, x, ## args) -- cgit v1.2.3