From 2908eda10bf9fc81119d4f3ad672c67918ab5955 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Sun, 2 Dec 2018 18:56:34 +0200 Subject: include: extend the headers conflict workaround to in6.h Commit 8d9d7e4b9ef ("include: fix build with kernel headers before 4.2") introduced a kernel/user headers conflict workaround that allows build of iptables with kernel headers older than 4.2. This minor extension allows build with kernel headers older than 3.12, which is the version that introduced explicit IP headers synchronization. Fixes: 8d9d7e4b9ef4 ("include: fix build with kernel headers before 4.2") Cc: Florian Westphal Signed-off-by: Baruch Siach Signed-off-by: Pablo Neira Ayuso --- include/linux/netfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index bacf8cd9..042d8b14 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h @@ -5,8 +5,8 @@ #ifndef _NETINET_IN_H #include -#endif #include +#endif #include /* Responses from hook functions. */ -- cgit v1.2.3