From: /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu Date: Tue, 17 Jun 2008 08:16:45 +0000 (+0000) Subject: limits.h is required for UINT_MAX with glibc-2.8 X-Git-Tag: v2.4.6~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d8e3f37ad0dad12e2efdd71c2e0acdec82a2c3;p=thirdparty%2Fipset.git limits.h is required for UINT_MAX with glibc-2.8 --- diff --git a/ChangeLog b/ChangeLog index 680af483..bfe8a232 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +[2.3.2] + - including limits.h for UINT_MAX is required with glibc-2.8 (pud) + 2.3.1 - segfault on --unbind :all: :all: fixed (reported by bugzilla, report and patch sent by Tom Eastep) diff --git a/ipset_iphash.c b/ipset_iphash.c index b42cc21b..01696667 100644 --- a/ipset_iphash.c +++ b/ipset_iphash.c @@ -16,6 +16,7 @@ */ #include +#include #include #include #include diff --git a/ipset_ipporthash.c b/ipset_ipporthash.c index ef527fa2..d81dab64 100644 --- a/ipset_ipporthash.c +++ b/ipset_ipporthash.c @@ -16,6 +16,7 @@ */ #include +#include #include #include #include diff --git a/ipset_iptree.c b/ipset_iptree.c index c3678df9..f2c9a5c5 100644 --- a/ipset_iptree.c +++ b/ipset_iptree.c @@ -15,6 +15,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include diff --git a/ipset_iptreemap.c b/ipset_iptreemap.c index ccc5ec31..0a8dc21a 100644 --- a/ipset_iptreemap.c +++ b/ipset_iptreemap.c @@ -15,6 +15,7 @@ * Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include diff --git a/ipset_nethash.c b/ipset_nethash.c index 5fd6153b..fda3dbea 100644 --- a/ipset_nethash.c +++ b/ipset_nethash.c @@ -16,6 +16,7 @@ */ #include +#include #include #include #include