diff --git a/kernel/allowlist.c b/kernel/allowlist.c index ef49bfca..650f249a 100644 --- a/kernel/allowlist.c +++ b/kernel/allowlist.c @@ -10,8 +10,10 @@ #include #include #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) #include +#else +#include #endif #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 14, 0) #include