Explorar el Código

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>
David S. Miller hace 11 años
padre
commit
3ab428a4c5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      net/netfilter/nft_hash.c

+ 1 - 0
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>