From: Andrew Morton Date: Tue, 15 Aug 2006 07:04:56 +0000 (-0700) Subject: [NETFILTER]: xt_physdev build fix X-Git-Tag: v2.6.18-rc5~76^2~14 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=deb47c66e12a645f7eec9b1c153c05ed47989439;p=~emulex%2Finfiniband.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 a9f4f6f3c62..63a96546746 100644 --- a/net/netfilter/xt_physdev.c +++ b/net/netfilter/xt_physdev.c @@ -10,6 +10,7 @@ #include #include +#include #include #include #include