void-packages/srcpkgs/iproute2/patches/musl.patch
2019-01-09 21:11:00 -02:00

15 lines
305 B
Diff

Upstream: No
Reason: FTBFS
diff --git tc/f_flower.c tc/f_flower.c
index 65fca04..5043907 100644
--- tc/f_flower.c
+++ tc/f_flower.c
@@ -19,6 +19,7 @@
#include <linux/ip.h>
#include <linux/tc_act/tc_vlan.h>
#include <linux/mpls.h>
+#include <linux/limits.h>
#include "utils.h"
#include "tc_util.h"