From a097deda1531ebf20a7708d29046d9a9908aa02b Mon Sep 17 00:00:00 2001 From: Trijal Saha <97483939+Trijal08@users.noreply.github.com> Date: Sun, 18 May 2025 13:50:44 -0400 Subject: [PATCH] kernel: ksud: uapi/linux/ -> linux/ for < k3.8 Co-Authored-By: backslashxx <118538522+backslashxx@users.noreply.github.com> --- kernel/ksud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/ksud.c b/kernel/ksud.c index 706e29d9..24a81cbb 100644 --- a/kernel/ksud.c +++ b/kernel/ksud.c @@ -9,7 +9,7 @@ #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0) #include #else -#include +#include #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0) #include