From: Joe Date: Fri, 6 Jan 2006 21:15:11 +0000 (-0800) Subject: [NETFILTER]: ipt_helper.c needs linux/interrupt.h X-Git-Tag: v2.6.16.28-rc1~2294^2~2^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3cbc4ab58f79853740bf21f3736913d223ee50d4;p=karo-tx-linux.git [NETFILTER]: ipt_helper.c needs linux/interrupt.h From: Joe Signed-off-by: David S. Miller --- diff --git a/net/ipv4/netfilter/ipt_helper.c b/net/ipv4/netfilter/ipt_helper.c index bf14e1c7798a..aef649e393af 100644 --- a/net/ipv4/netfilter/ipt_helper.c +++ b/net/ipv4/netfilter/ipt_helper.c @@ -13,6 +13,7 @@ #include #include #include +#include #if defined(CONFIG_IP_NF_CONNTRACK) || defined(CONFIG_IP_NF_CONNTRACK_MODULE) #include #include