From 33690a1aec0b6309ff90066ca56285b6e43013f2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 11 Feb 2008 00:54:00 +0100 Subject: 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 94f2e39c..d922efe9 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