From: Chuck Ebbert Date: Wed, 22 Aug 2007 04:05:14 +0000 (-0700) Subject: [PATCH] Netfilter: Missing Kbuild entry for netfilter X-Git-Tag: v2.6.20.21~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d0ce2de6c377dd891cd5bb385da777478e0d33;p=thirdparty%2Fkernel%2Fstable.git [PATCH] Netfilter: Missing Kbuild entry for netfilter Author: Chuck Ebbert Add xt_statistic.h to the list of headers to install. Apparently needed to build newer versions of iptables. Signed-off-by: Chuck Ebbert Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild index 6328175a1c3a9..ab399fc5f088e 100644 --- a/include/linux/netfilter/Kbuild +++ b/include/linux/netfilter/Kbuild @@ -28,6 +28,7 @@ header-y += xt_policy.h header-y += xt_realm.h header-y += xt_sctp.h header-y += xt_state.h +header-y += xt_statistic.h header-y += xt_string.h header-y += xt_tcpmss.h header-y += xt_tcpudp.h