From: David S. Miller Date: Tue, 17 Jan 2006 10:42:02 +0000 (-0800) Subject: [NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f09484ff87f677056ce631aa3d8e486861501b51;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.h Signed-off-by: David S. Miller --- diff --git a/net/ipv4/netfilter/ip_conntrack_proto_gre.c b/net/ipv4/netfilter/ip_conntrack_proto_gre.c index c777abf16cb7..56794797d55b 100644 --- a/net/ipv4/netfilter/ip_conntrack_proto_gre.c +++ b/net/ipv4/netfilter/ip_conntrack_proto_gre.c @@ -32,6 +32,7 @@ #include #include #include +#include static DEFINE_RWLOCK(ip_ct_gre_lock); #define ASSERT_READ_LOCK(x)