aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_hash.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-03-18 23:12:02 -0400
committerDavid S. Miller <davem@davemloft.net>2014-03-18 23:12:02 -0400
commit3ab428a4c5ad929f93f9742d2a222ae33c242c3d (patch)
treedb556f02bb99c88ca2ba5d0425eb918643a51524 /net/netfilter/nft_hash.c
parentieee802154: properly unshare skbs in ieee802154 *_rcv functions (diff)
downloadlinux-dev-3ab428a4c5ad929f93f9742d2a222ae33c242c3d.tar.xz
linux-dev-3ab428a4c5ad929f93f9742d2a222ae33c242c3d.zip
netfilter: Add missing vmalloc.h include to nft_hash.c
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/netfilter/nft_hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/nft_hash.c b/net/netfilter/nft_hash.c
index 6a1acde16c60..3b1ad876d6b0 100644
--- a/net/netfilter/nft_hash.c
+++ b/net/netfilter/nft_hash.c
@@ -14,6 +14,7 @@
#include <linux/list.h>
#include <linux/jhash.h>
#include <linux/netlink.h>
+#include <linux/vmalloc.h>
#include <linux/netfilter.h>
#include <linux/netfilter/nf_tables.h>
#include <net/netfilter/nf_tables.h>