Re: [PATCH iproute2] ipaddress: needs to include

2016-05-23 Thread Stephen Hemminger
On Thu, 19 May 2016 14:29:46 -0300 Gustavo Zacarias wrote: > It's using MIN() now, otherwise it breaks for musl libc. > > Signed-off-by: Gustavo Zacarias Makes sense. Applied

[PATCH iproute2] ipaddress: needs to include

2016-05-19 Thread Gustavo Zacarias
It's using MIN() now, otherwise it breaks for musl libc. Signed-off-by: Gustavo Zacarias --- 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 #i