From 97a12ba3f184a76c406eb5622ec21a4d4d6fc8bf Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Wed, 16 Jun 2010 22:49:16 +0200 Subject: configure/Makefile and debug fixes --- lib/parse.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/parse.c') diff --git a/lib/parse.c b/lib/parse.c index e347c69..a07168d 100644 --- a/lib/parse.c +++ b/lib/parse.c @@ -21,6 +21,10 @@ #include /* string utilities */ #include /* prototypes */ +#ifndef ULLONG_MAX +#define ULLONG_MAX 18446744073709551615ULL +#endif + /* Parse input data */ #define cidr_separator(str) ipset_strchr(str, IPSET_CIDR_SEPARATOR) -- cgit v1.2.3