Skip to content
Snippets Groups Projects
Commit 062d3c1e authored by Florian Fainelli's avatar Florian Fainelli
Browse files

iptables: fix typo in iptables musl patch after r34313


Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue.

Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>

SVN-Revision: 34326
parent be77f995
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@
#define _XT_OSF_H
#include <linux/types.h>
+#if !defined(__UCLIBC__) && !defined(__GLIBC_)
+#if !defined(__UCLIBC__) && !defined(__GLIBC__)
+#include <linux/tcp.h>
+#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment