From dd3fe5796d6fb100c1997c59fa6ca59e836cceab Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 4 Sep 2013 11:44:12 +0200 Subject: tcp.h only required for musl libc --- package/iptables/patches/patch-include_linux_netfilter_xt_osf_h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/iptables') diff --git a/package/iptables/patches/patch-include_linux_netfilter_xt_osf_h b/package/iptables/patches/patch-include_linux_netfilter_xt_osf_h index 5c3422876..00dd62ca8 100644 --- a/package/iptables/patches/patch-include_linux_netfilter_xt_osf_h +++ b/package/iptables/patches/patch-include_linux_netfilter_xt_osf_h @@ -1,10 +1,12 @@ --- iptables-1.4.20.orig/include/linux/netfilter/xt_osf.h 2013-08-06 17:48:43.000000000 +0200 -+++ iptables-1.4.20/include/linux/netfilter/xt_osf.h 2013-08-15 17:04:26.116554236 +0200 -@@ -21,6 +21,7 @@ ++++ iptables-1.4.20/include/linux/netfilter/xt_osf.h 2013-09-04 11:34:30.000000000 +0200 +@@ -21,6 +21,9 @@ #define _XT_OSF_H #include ++#if !defined(__GLIBC__) +#include ++#endif #define MAXGENRELEN 32 -- cgit v1.2.3