diff options
author | Andy Whitcroft <apw@canonical.com> | 2008-11-20 15:59:56 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-11-20 15:59:56 +0100 |
commit | 018a7bf1e55000dd792194238c9043918d24d3dd (patch) | |
tree | 0e7350bd020c7bc962373643c91cafbade8c4c48 /include/linux/netfilter_ipv4 | |
parent | 56bc0f9603e45cf13db51e554e1541e289a7f8e9 (diff) |
netfilter: ip{,6}t_policy.h should include xp_policy.h
It seems that all of the include/netfilter_{ipv4,ipv6}/{ipt,ip6t}_*.h which
share constants include the corresponding include/netfilter/xp_*.h files.
Neither ipt_policy.h not ip6t_policy.h do. Make these consistant with
the norm.
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux/netfilter_ipv4')
-rw-r--r-- | include/linux/netfilter_ipv4/ipt_policy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_policy.h b/include/linux/netfilter_ipv4/ipt_policy.h index b9478a25530..1037fb2cd20 100644 --- a/include/linux/netfilter_ipv4/ipt_policy.h +++ b/include/linux/netfilter_ipv4/ipt_policy.h @@ -1,6 +1,8 @@ #ifndef _IPT_POLICY_H #define _IPT_POLICY_H +#include <linux/netfilter/xt_policy.h> + #define IPT_POLICY_MAX_ELEM XT_POLICY_MAX_ELEM /* ipt_policy_flags */ |