aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_bridge/ebt_stp.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-01-20 17:50:17 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-01-20 17:50:17 +0100
commit06988b06935da7a210887e9d3f50f46f2faa4953 (patch)
tree3117e4e5a89e34ae8e6ecd343290517a4b4cdfaa /include/linux/netfilter_bridge/ebt_stp.h
parentnetfilter: nf_nat: place conntrack in source hash after SNAT is done (diff)
downloadlinux-dev-06988b06935da7a210887e9d3f50f46f2faa4953.tar.xz
linux-dev-06988b06935da7a210887e9d3f50f46f2faa4953.zip
netfilter: xtables: add missing header inclusions for headers_check
Resolve these warnings on `make headers_check`: usr/include/linux/netfilter/xt_CT.h:7: found __[us]{8,16,32,64} type without #include <linux/types.h> ... Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux/netfilter_bridge/ebt_stp.h')
-rw-r--r--include/linux/netfilter_bridge/ebt_stp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netfilter_bridge/ebt_stp.h b/include/linux/netfilter_bridge/ebt_stp.h
index 13a0bd49a92a..1025b9f5fb7d 100644
--- a/include/linux/netfilter_bridge/ebt_stp.h
+++ b/include/linux/netfilter_bridge/ebt_stp.h
@@ -1,6 +1,8 @@
#ifndef __LINUX_BRIDGE_EBT_STP_H
#define __LINUX_BRIDGE_EBT_STP_H
+#include <linux/types.h>
+
#define EBT_STP_TYPE 0x0001
#define EBT_STP_FLAGS 0x0002