summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-02-01 20:55:58 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-02-01 20:55:58 +0100
commitad80ed358b507d5159e1212673e7c7811e9fa539 (patch)
treeb4259147e8876923ca9eab4f95e9f8519bbd21ad
parent5a43ddf57de0935d15a0502552e2ede695c524b7 (diff)
netfilter: ipset: add missing include to xt_set.h
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--kernel/include/linux/netfilter/xt_set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/linux/netfilter/xt_set.h b/kernel/include/linux/netfilter/xt_set.h
index 69b2bd1..081f1de 100644
--- a/kernel/include/linux/netfilter/xt_set.h
+++ b/kernel/include/linux/netfilter/xt_set.h
@@ -1,6 +1,7 @@
#ifndef _XT_SET_H
#define _XT_SET_H
+#include <linux/types.h>
#include <linux/netfilter/ipset/ip_set.h>
/* Revision 0 interface: backward compatible with netfilter/iptables */