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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3ab428a;p=linux-beck.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 6a1acde16c60..3b1ad876d6b0 100644 --- a/net/netfilter/nft_hash.c +++ b/net/netfilter/nft_hash.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include