]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - net/bridge/br_input.c
bridge: only include nf_queue.h if needed
[mirror_ubuntu-hirsute-kernel.git] / net / bridge / br_input.c
index e0aacfedcfe12173e4bc66bed3b67c998dbb7801..86dc46f6a68f3051b362933595d89886842b2eea 100644 (file)
@@ -16,7 +16,9 @@
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>
 #include <linux/netfilter_bridge.h>
+#ifdef CONFIG_NETFILTER_FAMILY_BRIDGE
 #include <net/netfilter/nf_queue.h>
+#endif
 #include <linux/neighbour.h>
 #include <net/arp.h>
 #include <linux/export.h>