Skip to content

Commit

Permalink
[NETFILTER]: ipt_helper.c needs linux/interrupt.h
Browse files Browse the repository at this point in the history
From: Joe <[email protected]>

Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
joecool1029 authored and davem330 committed Jan 6, 2006
1 parent ee02b3a commit 3cbc4ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/netfilter/ipt_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/netfilter.h>
#include <linux/interrupt.h>
#if defined(CONFIG_IP_NF_CONNTRACK) || defined(CONFIG_IP_NF_CONNTRACK_MODULE)
#include <linux/netfilter_ipv4/ip_conntrack.h>
#include <linux/netfilter_ipv4/ip_conntrack_core.h>
Expand Down

0 comments on commit 3cbc4ab

Please sign in to comment.