Re: [PATCH iproute2] f_flower: fix build with musl libc
On Wed, 23 Jan 2019 22:02:31 +0100 Hans Dedecker wrote: > XATTR_SIZE_MAX requires the usage of linux/limits.h; let's include it > > Signed-off-by: Hans Dedecker Applied
[PATCH iproute2] 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 --- tc/f_flower.c | 1 + 1 file changed, 1 insertion(+) 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 @@ #inclu