view network/iproute2/musl.patch @ 1100:68d397064a6b

crypto/cryptsetup: initial import, closes #1017
author David Demelier <markand@malikania.fr>
date Fri, 13 Sep 2019 13:52:29 +0200
parents 9ae9da1e3854
children
line wrap: on
line source

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"