From 043e52bc42021f71b85229f6d78bf7e75b282765 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sat, 2 May 2015 21:51:01 +0200 Subject: consistently use On glibc, is a synomym for . is specified by POSIX, so use that. Fixes compilation error with musl libc Signed-off-by: Florian Westphal --- iptables/iptables-xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables/iptables-xml.c') diff --git a/iptables/iptables-xml.c b/iptables/iptables-xml.c index c7615abb..74614127 100644 --- a/iptables/iptables-xml.c +++ b/iptables/iptables-xml.c @@ -7,7 +7,7 @@ */ #include -#include +#include #include #include #include -- cgit v1.2.3