[package] iptables: fix typo in iptables musl patch after r34313
[openwrt.git] / package / network / utils / iptables / patches / 300-musl_fixes.patch
index b6f6a0e..e329aa9 100644 (file)
@@ -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