浏览代码

[NETFILTER]: xt_physdev build fix

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>
Andrew Morton 19 年之前
父节点
当前提交
deb47c66e1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      net/netfilter/xt_physdev.c

+ 1 - 0
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>