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:
8557511
)
[NETFILTER]: xt_physdev build fix
author
Andrew Morton
<akpm@osdl.org>
Tue, 15 Aug 2006 07:04:56 +0000
(
00:04
-0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 17 Aug 2006 23:29:47 +0000
(16:29 -0700)
It needs netfilter_bridge.h for brnf_deferred_hooks
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/xt_physdev.c
patch
|
blob
|
history
diff --git
a/net/netfilter/xt_physdev.c
b/net/netfilter/xt_physdev.c
index a9f4f6f3c628225e9720d0cefad672a598fa00c9..63a96546746575979e2200b87d9a557c774e6970 100644
(file)
--- a/
net/netfilter/xt_physdev.c
+++ b/
net/netfilter/xt_physdev.c
@@
-10,6
+10,7
@@
#include <linux/module.h>
#include <linux/skbuff.h>
+#include <linux/netfilter_bridge.h>
#include <linux/netfilter/xt_physdev.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter_bridge.h>