From 327051eec20d0a19dcba38b22d5a4644af6de2ef Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 9 May 2009 17:30:35 -0400 Subject: [PATCH] netfilter: pull in limits.h A few netfilter sub-headers use INT_MAX which is in limits.h. URL: http://bugs.gentoo.org/246160 Signed-off-by: Mike Frysinger --- include/linux/netfilter.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index 857f502..7f47d46 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h @@ -14,6 +14,7 @@ #include #include #include +#include /* Responses from hook functions. */ #define NF_DROP 0 -- 1.7.6.1