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:
Mukund Sivaraman 2009-09-28 13:41:36 +05:30
parent f0263c5823
commit f08f0218af

View File

@ -30,6 +30,8 @@
#include "sock.h"
#include "vector.h"
#include <limits.h>
/* Define how long an IPv6 address is in bytes (128 bits, 16 bytes) */
#define IPV6_LEN 16