projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee02b3a
)
[NETFILTER]: ipt_helper.c needs linux/interrupt.h
author
Joe
<joecool1029@gmail.com>
Fri, 6 Jan 2006 21:15:11 +0000
(13:15 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 6 Jan 2006 21:15:11 +0000
(13:15 -0800)
From: Joe <joecool1029@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ipt_helper.c
patch
|
blob
|
history
diff --git
a/net/ipv4/netfilter/ipt_helper.c
b/net/ipv4/netfilter/ipt_helper.c
index bf14e1c7798a2299dad0bad987a2ae37ab569280..aef649e393af616e8cd50c90b571a336eb2979bd 100644
(file)
--- a/
net/ipv4/netfilter/ipt_helper.c
+++ b/
net/ipv4/netfilter/ipt_helper.c
@@
-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>