From 062d3c1e6725de742a72db98a1dbd43c6d4a7e20 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 25 Nov 2012 11:40:59 +0000 Subject: [PATCH] iptables: fix typo in iptables musl patch after r34313 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue. Signed-off-by: Florian Fainelli SVN-Revision: 34326 --- package/network/utils/iptables/patches/300-musl_fixes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/utils/iptables/patches/300-musl_fixes.patch b/package/network/utils/iptables/patches/300-musl_fixes.patch index b6f6a0e1b7..e329aa9ed8 100644 --- a/package/network/utils/iptables/patches/300-musl_fixes.patch +++ b/package/network/utils/iptables/patches/300-musl_fixes.patch @@ -66,7 +66,7 @@ #define _XT_OSF_H #include -+#if !defined(__UCLIBC__) && !defined(__GLIBC_) ++#if !defined(__UCLIBC__) && !defined(__GLIBC__) +#include +#endif -- 2.30.2