From 8c1bc44eadcf0ef011a29f54a61d979dd84a6bac Mon Sep 17 00:00:00 2001 From: Chuck Ebbert Date: Tue, 21 Aug 2007 21:05:14 -0700 Subject: [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 43397a414cd6..ab57cb7d7c61 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.39.5