From: Andrew Morton <[EMAIL PROTECTED]> It needs netfilter_bridge.h for brnf_deferred_hooks
Cc: Bart De Schuymer <[EMAIL PROTECTED]> Cc: "David S. Miller" <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- net/netfilter/xt_physdev.c | 1 + 1 file changed, 1 insertion(+) diff -puN net/netfilter/xt_physdev.c~xt_physdev-build-fix net/netfilter/xt_physdev.c --- a/net/netfilter/xt_physdev.c~xt_physdev-build-fix +++ a/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> _ - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
