From: Hans Dedecker Date: Wed, 23 Jan 2019 21:02:31 +0000 (+0100) Subject: f_flower: fix build with musl libc X-Git-Tag: v5.0.0~25 X-Git-Url: https://git.proxmox.com/?p=mirror_iproute2.git;a=commitdiff_plain;h=28747146622a49c3e7b5c5b36dc02c6a64124770 f_flower: fix build with musl libc XATTR_SIZE_MAX requires the usage of linux/limits.h; let's include it Signed-off-by: Hans Dedecker Signed-off-by: Stephen Hemminger --- diff --git a/tc/f_flower.c b/tc/f_flower.c index c5636667..9659e894 100644 --- a/tc/f_flower.c +++ b/tc/f_flower.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include