From: Chuck Ebbert Date: Sun, 5 Aug 2007 04:18:16 +0000 (-0700) Subject: [NETFILTER]: Add xt_statistic.h to the header list for usermode programs X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=be1b685fe6c9928848b26b568eaa86ba8ce0046c;p=deliverable%2Flinux.git [NETFILTER]: Add xt_statistic.h to the header list for usermode programs 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 --- 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