[NETFILTER]: Add xt_statistic.h to the header list for usermode programs
authorChuck Ebbert <cebbert@redhat.com>
Sun, 5 Aug 2007 04:18:16 +0000 (21:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Aug 2007 04:18:16 +0000 (21:18 -0700)
Add xt_statistic.h to the list of headers to install.

Apparently needed to build newer versions of iptables.

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

include/linux/netfilter/Kbuild

index 43397a4..ab57cb7 100644 (file)
@@ -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