From 28d0ce2de6c377dd891cd5bb385da777478e0d33 Mon Sep 17 00:00:00 2001 From: Chuck Ebbert Date: Tue, 21 Aug 2007 21:05:14 -0700 Subject: [PATCH] [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 --- include/linux/netfilter/Kbuild | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2