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 diff --git a/include/xtables.h.in b/include/xtables.h.in index b5f1af2..e346778 100644 --- a/include/xtables.h.in +++ b/include/xtables.h.in @@ -8,6 +8,7 @@ #include <sys/socket.h> /* PF_* */ #include <sys/types.h> +#include <limits.h> #include <stdbool.h> #include <netinet/in.h> #include <net/if.h> -- 1.5.6.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html