From: David S. Miller Date: Wed, 19 Mar 2014 03:12:02 +0000 (-0400) Subject: netfilter: Add missing vmalloc.h include to nft_hash.c X-Git-Tag: v3.15-rc1~113^2~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ab428a;p=thirdparty%2Fkernel%2Flinux.git netfilter: Add missing vmalloc.h include to nft_hash.c Reported-by: Stephen Rothwell Signed-off-by: David S. Miller --- diff --git a/net/netfilter/nft_hash.c b/net/netfilter/nft_hash.c index 6a1acde16c607..3b1ad876d6b02 100644 --- a/net/netfilter/nft_hash.c +++ b/net/netfilter/nft_hash.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include