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:
parent
5c33c95924
commit
110e84a058
|
|
@ -19,6 +19,7 @@
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
#include <sys/param.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue