From c8a068f3583bd774866e209b122d2ba9a5e0a18a Mon Sep 17 00:00:00 2001 From: dichgrem Date: Thu, 6 Nov 2025 08:41:04 +0800 Subject: [PATCH] build:fix3.patch --- patches/fix3.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/fix3.patch diff --git a/patches/fix3.patch b/patches/fix3.patch new file mode 100644 index 0000000..755e9f0 --- /dev/null +++ b/patches/fix3.patch @@ -0,0 +1,12 @@ +--- fs/proc/base.c ++++ fs/proc/base.c +@@ -101,6 +101,9 @@ + #include + #include + #include ++#ifdef CONFIG_KSU_SUSFS_SUS_MAP ++#include ++#endif + #include + #include + #include "internal.h" \ No newline at end of file