From 4e41854423b529d3107c23b85434d50a75d08057 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 21 Feb 2009 03:46:37 +0100 Subject: extensions: add missing limits.h include Thanks to Stephen Hemminger for noticing. Signed-off-by: Jan Engelhardt --- xtables.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xtables.c') diff --git a/xtables.c b/xtables.c index f3056735..12141271 100644 --- a/xtables.c +++ b/xtables.c @@ -32,6 +32,7 @@ #include #include +#include /* INT_MAX in ip_tables.h/ip6_tables.h */ #include #include #include -- cgit v1.2.3