From a3d8e3f37ad0dad12e2efdd71c2e0acdec82a2c3 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu" Date: Tue, 17 Jun 2008 08:16:45 +0000 Subject: limits.h is required for UINT_MAX with glibc-2.8 --- ChangeLog | 3 +++ ipset_iphash.c | 1 + ipset_ipporthash.c | 1 + ipset_iptree.c | 1 + ipset_iptreemap.c | 1 + ipset_nethash.c | 1 + 6 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 680af48..bfe8a23 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 b42cc21..0169666 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 ef527fa..d81dab6 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 c3678df..f2c9a5c 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 ccc5ec3..0a8dc21 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 5fd6153..fda3dbe 100644 --- a/ipset_nethash.c +++ b/ipset_nethash.c @@ -16,6 +16,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3