From: Tim Gardner Date: Wed, 2 Jan 2008 15:57:35 +0000 (-0700) Subject: UBUNTU: SAUCE: [PATCH] Add extra headers to linux-libc-dev X-Git-Url: http://git.alex.org.uk 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 --- 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