mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-08-09 14:34:40 +00:00
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>
This commit is contained in:
parent
8cfad496c4
commit
3ab428a4c5
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user