* [PATCH iproute2] ss: fix build with musl libc
@ 2016-08-20 3:11 Gustavo Zacarias
2016-08-22 17:02 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2016-08-20 3:11 UTC (permalink / raw)
To: netdev; +Cc: Gustavo Zacarias
UINT_MAX usage requires limits.h, so include it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
misc/ss.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/misc/ss.c b/misc/ss.c
index e758f57..3b268d9 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -26,6 +26,7 @@
#include <fnmatch.h>
#include <getopt.h>
#include <stdbool.h>
+#include <limits.h>
#include "utils.h"
#include "rt_names.h"
--
2.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-22 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-20 3:11 [PATCH iproute2] ss: fix build with musl libc Gustavo Zacarias
2016-08-22 17:02 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).