summaryrefslogtreecommitdiffstats
path: root/src/kernel/xloop_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/xloop_main.c')
-rw-r--r--src/kernel/xloop_main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kernel/xloop_main.c b/src/kernel/xloop_main.c
index 543cf12..eb91cc1 100644
--- a/src/kernel/xloop_main.c
+++ b/src/kernel/xloop_main.c
@@ -16,6 +16,8 @@
#include "xloop_main_5.15.c"
#elif LINUX_VERSION_CODE < KERNEL_VERSION(6, 11, 0)
#include "xloop_main_6.6.c"
-#else
+#elif LINUX_VERSION_CODE < KERNEL_VERSION(6, 14, 0)
#include "xloop_main_6.11.c"
+#else
+#include "xloop_main_6.14.c"
#endif