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"