mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
[package] iptables: fix typo in iptables musl patch after r34313
Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34326 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b15412207c
commit
462aec0374
@ -66,7 +66,7 @@
|
|||||||
#define _XT_OSF_H
|
#define _XT_OSF_H
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
+#if !defined(__UCLIBC__) && !defined(__GLIBC_)
|
+#if !defined(__UCLIBC__) && !defined(__GLIBC__)
|
||||||
+#include <linux/tcp.h>
|
+#include <linux/tcp.h>
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user