From: Stephen Hemminger Date: Wed, 25 Feb 2009 07:25:17 +0000 (+0100) Subject: iptables: Add limits.h to get INT_MIN, INT_MAX, ... X-Git-Tag: v1.4.3~10^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71886fbb48ef50e212c43f5d7dffbab86f9ae31c;p=thirdparty%2Fiptables.git iptables: Add limits.h to get INT_MIN, INT_MAX, ... Fix build failure of iptables utilities on debian/ubuntu, maybe other distros. The values INT_MIN and INT_MAX are used by many filters and these are defined in limits.h --- patch against current iptables.git Signed-off-by: Patrick McHardy --- diff --git a/include/xtables.h.in b/include/xtables.h.in index 3f556c1c..d86276e7 100644 --- a/include/xtables.h.in +++ b/include/xtables.h.in @@ -8,6 +8,7 @@ #include /* PF_* */ #include +#include #include #include #include