aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_ipvs.h
diff options
context:
space:
mode:
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 1167aeb7a347..eff34ac18808 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,