aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/001-tc-fix-undefined-XATTR_SIZE_MAX.patch
blob: 6f28a2822d24fe04f27df46e41d18cf1f64be530 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/tc/f_flower.c
+++ b/tc/f_flower.c
@@ -17,6 +17,7 @@
 #include <linux/if_arp.h>
 #include <linux/if_ether.h>
 #include <linux/ip.h>
+#include <linux/limits.h>
 #include <linux/tc_act/tc_vlan.h>
 #include <linux/mpls.h>