From: Andrew Morton Date: Tue, 15 Aug 2006 07:04:56 +0000 (-0700) Subject: [NETFILTER]: xt_physdev build fix X-Git-Tag: v6.6-pxa1908~58933^2~14 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=deb47c66e12a645f7eec9b1c153c05ed47989439;p=linux.git [NETFILTER]: xt_physdev build fix It needs netfilter_bridge.h for brnf_deferred_hooks Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- diff --git a/net/netfilter/xt_physdev.c b/net/netfilter/xt_physdev.c index a9f4f6f3c628..63a965467465 100644 --- a/net/netfilter/xt_physdev.c +++ b/net/netfilter/xt_physdev.c @@ -10,6 +10,7 @@ #include #include +#include #include #include #include