From bf87b134ded3b81a864db20d8d25d0bfb9e74ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BB=E3=83=AA=E3=82=AB=E3=83=BB=E3=82=B7=E3=83=AB?= =?UTF-8?q?=E3=83=95=E3=82=A3=E3=83=AB?= <64072399+natsumerinchan@users.noreply.github.com> Date: Thu, 12 Jan 2023 15:11:51 +0800 Subject: [PATCH] Fix error for some non-GKI kernel source code (#45) Idea from @Dreamail --- kernel/selinux/sepolicy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/selinux/sepolicy.h b/kernel/selinux/sepolicy.h index 81669146..ae7ec38a 100644 --- a/kernel/selinux/sepolicy.h +++ b/kernel/selinux/sepolicy.h @@ -1,6 +1,7 @@ #ifndef __KSU_H_SEPOLICY #define __KSU_H_SEPOLICY +#include #include #include #include @@ -60,4 +61,4 @@ void add_typeattribute_raw(struct policydb* db, struct type_datum *type, struct bool add_typeattribute(struct policydb* db, const char *type, const char *attr); -#endif \ No newline at end of file +#endif