iptables: Add limits.h to get INT_MIN, INT_MAX, ...
commit71886fbb48ef50e212c43f5d7dffbab86f9ae31c
authorStephen Hemminger <shemminger@vyatta.com>
Wed, 25 Feb 2009 07:25:17 +0000 (25 08:25 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 25 Feb 2009 07:25:17 +0000 (25 08:25 +0100)
tree9836a8a6e802fc52f75e7642e95e5601a9fc04e8
parentda68957303dea58632466d79d52f83bcbbca8925
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 <kaber@trash.net>
include/xtables.h.in