From: Andrew Morton It needs netfilter_bridge.h for brnf_deferred_hooks Cc: Bart De Schuymer Cc: "David S. Miller" Signed-off-by: Andrew Morton --- 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 #include +#include #include #include #include _