Skip to content

Commit

Permalink
[NETFILTER]: ip_conntrack_proto_sctp.c needs linux/interrupt.h
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Kappus <joecool1029@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joe Kappus authored and David S. Miller committed Jan 7, 2006
1 parent b341387 commit da7bc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/netfilter/ip_conntrack_proto_sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit da7bc6e

Please sign in to comment.