mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-12-07 22:13:59 +00:00
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) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
This commit is contained in:
parent
eb85526923
commit
4a36b4c2ec
@ -18,6 +18,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/socket.h>
|
||||
#include <dirent.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <asm/types.h>
|
||||
#include <linux/rtnetlink.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user