ipaddress: fix build with musl libc

MIN() is defined within sys/param.h.

Signed-off-by: Kylie McClain <somasis@exherbo.org>
This commit is contained in:
Kylie McClain 2016-05-22 19:52:02 -04:00 committed by Stephen Hemminger
parent 5c33c95924
commit 110e84a058
1 changed files with 1 additions and 0 deletions

View File

@ -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>