summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2020-11-08 21:54:01 +0100
committerJozsef Kadlecsik <kadlec@netfilter.org>2020-11-08 21:54:01 +0100
commit202cfef66b3a1e0988dd384400bd333634816809 (patch)
treeef861b1055b625a7cfb4a7996312a0f59bae1f35 /kernel/include/linux
parentef8a47ff9922ba7b2f8ecc35caef3594ee2750d3 (diff)
Backward compatibility fix for the package copy of <linux/jhash.h>
The patch "Use fallthrough pseudo-keyword in the package copy of <linux/jhash.h> too" missed to include the compatibility header file. Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Diffstat (limited to 'kernel/include/linux')
-rw-r--r--kernel/include/linux/jhash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/linux/jhash.h b/kernel/include/linux/jhash.h
index 5e578b1..8df77ec 100644
--- a/kernel/include/linux/jhash.h
+++ b/kernel/include/linux/jhash.h
@@ -1,5 +1,6 @@
#ifndef _LINUX_JHASH_H
#define _LINUX_JHASH_H
+#include <linux/netfilter/ipset/ip_set_compat.h>
/* jhash.h: Jenkins hash support.
*