aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2008-01-02 08:57:35 -0700
committerJohn Rigby <john.rigby@linaro.org>2011-03-16 15:31:08 -0600
commit47b47c0274c4f4c070893915c1a6f4a652682d85 (patch)
treee293637b1a74dca9f4f11ad678e71f57ba03e9b3 /include/linux
parent209f1e89946aa93c9718f2bc5ab90dae15388e29 (diff)
UBUNTU: SAUCE: [PATCH] Add extra headers to linux-libc-dev
OriginalAuthor: Soren Hansen OriginalLocation: https://lists.ubuntu.com/archives/kernel-team/2007-November/001891.html Added include/linux/netfilter_ipv6/ip6t_mh.h include/linux/netfilter/xt_quota.h to linux-libc-dev to fix iptables build of those two extensions. Signed-off-by: Soren Hansen <soren at ubuntu.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netfilter/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild
index 9d40effe7ca7..a6be0b3bdc41 100644
--- a/include/linux/netfilter/Kbuild
+++ b/include/linux/netfilter/Kbuild
@@ -52,6 +52,8 @@ header-y += xt_pkttype.h
header-y += xt_policy.h
header-y += xt_quota.h
header-y += xt_rateest.h
+header-y += xt_policy.h
+header-y += xt_quota.h
header-y += xt_realm.h
header-y += xt_recent.h
header-y += xt_sctp.h