ss: fix build with musl libc

UINT_MAX usage requires limits.h, so include it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
This commit is contained in:
Gustavo Zacarias 2016-08-20 00:11:10 -03:00 committed by Stephen Hemminger
parent c85703bb9f
commit 6b376ebd6e

View File

@ -26,6 +26,7 @@
#include <fnmatch.h>
#include <getopt.h>
#include <stdbool.h>
#include <limits.h>
#include "utils.h"
#include "rt_names.h"