From 3c5bdf2fb00618b843e0a9248601e5c576a9dd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20F=C3=BCl=C3=B6p?= Date: Thu, 17 Feb 2022 23:27:31 +0100 Subject: [PATCH] pull in preempt_{dis,en}able MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Fülöp --- include/os/linux/kernel/linux/simd_x86.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/os/linux/kernel/linux/simd_x86.h b/include/os/linux/kernel/linux/simd_x86.h index c61d30c9de7a..b5da4d4d281b 100644 --- a/include/os/linux/kernel/linux/simd_x86.h +++ b/include/os/linux/kernel/linux/simd_x86.h @@ -93,6 +93,7 @@ #if defined(HAVE_KERNEL_FPU_API_HEADER) #include +#include #else #include #endif