From c53cb0afb1823ac002fcb9d9f08d3c0aef205081 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sat, 8 Nov 2025 01:22:31 +0800 Subject: [PATCH] fix --- kernel/core_hook.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/core_hook.c b/kernel/core_hook.c index 1206a8f9..616689e1 100644 --- a/kernel/core_hook.c +++ b/kernel/core_hook.c @@ -26,6 +26,8 @@ #ifndef KSU_HAS_PATH_UMOUNT #include // sys_umount (<4.17) & ksys_umount (4.17+) #endif +#include +#include #include "allowlist.h" #include "arch.h"