Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit deb47c66 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller
Browse files

[NETFILTER]: xt_physdev build fix



It needs netfilter_bridge.h for brnf_deferred_hooks

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 85575112
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>