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/ip6tables-restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables/ip6tables-restore.c') diff --git a/iptables/ip6tables-restore.c b/iptables/ip6tables-restore.c index 0f4dd97a..93939247 100644 --- a/iptables/ip6tables-restore.c +++ b/iptables/ip6tables-restore.c @@ -9,7 +9,7 @@ */ #include -#include +#include #include #include #include -- cgit v1.2.3