diff options
| author | Simon Rettberg | 2024-12-11 16:34:41 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2024-12-11 16:34:41 +0100 |
| commit | 4995b9c979a3729b88ebe51575bd82242143ba5a (patch) | |
| tree | 04921a6d01d43d1ec25f2f2eaf12341dab89d59f /src/kernel/xloop_main.h | |
| parent | github: touch magic .prelink.mod files after cmake to fix latest CentOS (diff) | |
| download | xloop-4995b9c979a3729b88ebe51575bd82242143ba5a.tar.gz xloop-4995b9c979a3729b88ebe51575bd82242143ba5a.tar.xz xloop-4995b9c979a3729b88ebe51575bd82242143ba5a.zip | |
Fix compile on Linux 6.11+
Diffstat (limited to 'src/kernel/xloop_main.h')
| -rw-r--r-- | src/kernel/xloop_main.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kernel/xloop_main.h b/src/kernel/xloop_main.h index b4615d6..749c8c4 100644 --- a/src/kernel/xloop_main.h +++ b/src/kernel/xloop_main.h @@ -17,6 +17,8 @@ #include "xloop_main_4.18.h" #elif LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0) #include "xloop_main_5.15.h" -#else +#elif LINUX_VERSION_CODE < KERNEL_VERSION(6, 11, 0) #include "xloop_main_6.6.h" +#else +#include "xloop_main_6.11.h" #endif |
