summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_ipvs.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-12-15 23:36:19 +0100
committerPatrick McHardy <kaber@trash.net>2010-12-15 23:36:19 +0100
commit3a84b3d5de492e40aff7bae5038b06dd6b6041c4 (patch)
tree6d9b602bbd4ece24176325d0006ea3c12d7934a7 /include/linux/netfilter/xt_ipvs.h
parent2f09f1b39ced2ae7109382dcf066785bab4a966a (diff)
parenta3f101331deb9314caa0cfa1061c925865e79380 (diff)
Merge branch 'master' of git://dev.medozas.de/iptables
Diffstat (limited to 'include/linux/netfilter/xt_ipvs.h')
-rw-r--r--include/linux/netfilter/xt_ipvs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netfilter/xt_ipvs.h b/include/linux/netfilter/xt_ipvs.h
index 1167aeb7..eff34ac1 100644
--- a/include/linux/netfilter/xt_ipvs.h
+++ b/include/linux/netfilter/xt_ipvs.h
@@ -1,6 +1,8 @@
#ifndef _XT_IPVS_H
#define _XT_IPVS_H
+#include <linux/types.h>
+
enum {
XT_IPVS_IPVS_PROPERTY = 1 << 0, /* all other options imply this one */
XT_IPVS_PROTO = 1 << 1,