diff options
author | Joe Kappus <joecool1029@gmail.com> | 2006-01-07 08:15:04 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-07 21:57:41 +0100 |
commit | da7bc6ee8ee3976696fc740065362ca442eb61c9 (patch) | |
tree | abe8ae0b281fc7070544b141f78d091dc1f231ef | |
parent | [AX25/MKISS]: unbalanced spinlock_bh in ax_encaps() (diff) | |
download | linux-da7bc6ee8ee3976696fc740065362ca442eb61c9.tar.xz linux-da7bc6ee8ee3976696fc740065362ca442eb61c9.zip |
[NETFILTER]: ip_conntrack_proto_sctp.c needs linux/interrupt.h
Signed-off-by: Joe Kappus <joecool1029@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/ipv4/netfilter/ip_conntrack_proto_sctp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/ip_conntrack_proto_sctp.c b/net/ipv4/netfilter/ip_conntrack_proto_sctp.c index 977fb59d4563..0b25050981a1 100644 --- a/net/ipv4/netfilter/ip_conntrack_proto_sctp.c +++ b/net/ipv4/netfilter/ip_conntrack_proto_sctp.c @@ -16,6 +16,7 @@ #include <linux/types.h> #include <linux/sched.h> #include <linux/timer.h> +#include <linux/interrupt.h> #include <linux/netfilter.h> #include <linux/module.h> #include <linux/in.h> |