* [PATCH iproute2] f_flower: fix build with musl libc
@ 2019-01-23 21:02 Hans Dedecker
2019-01-24 20:26 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Hans Dedecker @ 2019-01-23 21:02 UTC (permalink / raw)
To: stephen, netdev; +Cc: Hans Dedecker
XATTR_SIZE_MAX requires the usage of linux/limits.h; let's include it
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
---
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 @@
#include <unistd.h>
#include <string.h>
#include <net/if.h>
+#include <linux/limits.h>
#include <linux/if_arp.h>
#include <linux/if_ether.h>
#include <linux/ip.h>
--
2.19.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-24 20:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-23 21:02 [PATCH iproute2] f_flower: fix build with musl libc Hans Dedecker
2019-01-24 20:26 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox