[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241208162238.31832-2-ismael@iodev.co.uk>
Date: Sun, 8 Dec 2024 17:22:38 +0100
From: Ismael Luceno <ismael@...ev.co.uk>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>,
Ismael Luceno <ismael@...ev.co.uk>
Subject: [PATCH] ip link: Include limits.h for PATH_MAX
Signed-off-by: Ismael Luceno <ismael@...ev.co.uk>
---
ip/iplink.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ip/iplink.c b/ip/iplink.c
index aa2332fccfa3..fbaa8c2b7500 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c
@@ -22,6 +22,7 @@
#include <sys/ioctl.h>
#include <stdbool.h>
#include <linux/mpls.h>
+#include <limits.h>
#include "rt_names.h"
#include "utils.h"
--
2.46.0
Powered by blists - more mailing lists