From 110e84a0589a54309a23e9b1fe333a7b72cc14d9 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Sun, 22 May 2016 19:52:02 -0400 Subject: [PATCH] ipaddress: fix build with musl libc MIN() is defined within sys/param.h. Signed-off-by: Kylie McClain --- ip/ipaddress.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ip/ipaddress.c b/ip/ipaddress.c index 0692fbac..df363b07 100644 --- a/ip/ipaddress.c +++ b/ip/ipaddress.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include