Fixes compile error with musl
authorSteven Barth <steven@midlink.org>
Mon, 30 Jun 2014 07:57:01 +0000 (09:57 +0200)
committerSteven Barth <steven@midlink.org>
Mon, 30 Jun 2014 07:57:01 +0000 (09:57 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
src/dhcpv4.c

index eed634f..1fac8a1 100644 (file)
@@ -20,6 +20,7 @@
 #include <stddef.h>
 #include <stdlib.h>
 #include <resolv.h>
 #include <stddef.h>
 #include <stdlib.h>
 #include <resolv.h>
+#include <limits.h>
 #include <net/if.h>
 #include <net/if_arp.h>
 #include <netinet/ip.h>
 #include <net/if.h>
 #include <net/if_arp.h>
 #include <netinet/ip.h>