From db9a69138d42867ff0420b1673984f54755ad34c Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Wed, 2 Jan 2008 08:57:35 -0700 Subject: [PATCH] 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 Signed-off-by: Tim Gardner --- include/linux/netfilter/Kbuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild index 9d40eff..a6be0b3 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 -- 1.7.10.4