From: Kylie McClain Date: Sun, 22 May 2016 23:52:02 +0000 (-0400) Subject: ipaddress: fix build with musl libc X-Git-Tag: v4.7.0~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=110e84a0589a54309a23e9b1fe333a7b72cc14d9;p=thirdparty%2Fiproute2.git ipaddress: fix build with musl libc MIN() is defined within sys/param.h. Signed-off-by: Kylie McClain --- diff --git a/ip/ipaddress.c b/ip/ipaddress.c index 0692fbacd..df363b070 100644 --- a/ip/ipaddress.c +++ b/ip/ipaddress.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include