]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
Backward compatibility fix for the package copy of <linux/jhash.h>
authorJozsef Kadlecsik <kadlec@netfilter.org>
Sun, 8 Nov 2020 20:54:01 +0000 (21:54 +0100)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Sun, 8 Nov 2020 20:54:01 +0000 (21:54 +0100)
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>
kernel/include/linux/jhash.h

index 5e578b1d297223cd0af30eb07d8d3b9a56c9b8ea..8df77ec98cfc4385e0718fa87ed614c05a380973 100644 (file)
@@ -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.
  *