Include limits.h for LONG_MAX and LONG_MIN
Not including limits.h caused an issue when building on FreeBSD.
This commit is contained in:
parent
f0263c5823
commit
f08f0218af
@ -30,6 +30,8 @@
|
|||||||
#include "sock.h"
|
#include "sock.h"
|
||||||
#include "vector.h"
|
#include "vector.h"
|
||||||
|
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
/* Define how long an IPv6 address is in bytes (128 bits, 16 bytes) */
|
/* Define how long an IPv6 address is in bytes (128 bits, 16 bytes) */
|
||||||
#define IPV6_LEN 16
|
#define IPV6_LEN 16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user