iproute2: fix building with musl We need limits.h for PATH_MAX, fixes: rt_names.c:364:13: error: ‘PATH_MAX’ undeclared (first use in this function) Upstream-Status: Backport Signed-off-by: Gustavo Zacarias Signed-off-by: Maxin B. John --- diff --git a/lib/rt_names.c b/lib/rt_names.c index f6d17c0..b665d3e 100644 --- a/lib/rt_names.c +++ b/lib/rt_names.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include