From: Jozsef Kadlecsik Date: Sun, 8 Nov 2020 20:54:01 +0000 (+0100) Subject: Backward compatibility fix for the package copy of X-Git-Tag: v7.8~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=202cfef66b3a1e0988dd384400bd333634816809;p=thirdparty%2Fipset.git Backward compatibility fix for the package copy of The patch "Use fallthrough pseudo-keyword in the package copy of too" missed to include the compatibility header file. Signed-off-by: Jozsef Kadlecsik --- diff --git a/kernel/include/linux/jhash.h b/kernel/include/linux/jhash.h index 5e578b1d..8df77ec9 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 /* jhash.h: Jenkins hash support. *