]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Netfilter: Missing Kbuild entry for netfilter
authorChuck Ebbert <cebbert@redhat.com>
Wed, 22 Aug 2007 04:05:14 +0000 (21:05 -0700)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Oct 2007 19:30:24 +0000 (21:30 +0200)
Author: Chuck Ebbert <cebbert@redhat.com>

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/netfilter/Kbuild

index 6328175a1c3a9f06594031f62045bb5208b299d9..ab399fc5f088e78906be47389c8a117637e5d319 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