[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1463961122-5943-1-git-send-email-somasis@exherbo.org>
Date: Sun, 22 May 2016 19:52:02 -0400
From: Kylie McClain <somasissounds@...il.com>
To: netdev@...r.kernel.org
Cc: Kylie McClain <somasis@...erbo.org>
Subject: [PATCH] ipaddress: fix build with musl libc
MIN() is defined within sys/param.h.
Signed-off-by: Kylie McClain <somasis@...erbo.org>
---
ip/ipaddress.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ip/ipaddress.c b/ip/ipaddress.c
index 0692fba..df363b0 100644
--- a/ip/ipaddress.c
+++ b/ip/ipaddress.c
@@ -19,6 +19,7 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
+#include <sys/param.h>
#include <errno.h>
#include <netinet/in.h>
#include <arpa/inet.h>
--
2.8.2
Powered by blists - more mailing lists