Skip to content

Commit

Permalink
[NETFILTER]: xt_physdev build fix
Browse files Browse the repository at this point in the history
It needs netfilter_bridge.h for brnf_deferred_hooks

Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Andrew Morton authored and David S. Miller committed Aug 17, 2006
1 parent 8557511 commit deb47c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/netfilter/xt_physdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit deb47c6

Please sign in to comment.