fix compile on nongki branch (#602)

* fix compile

* revert some edits
This commit is contained in:
F640
2025-11-18 22:07:00 +07:00
committed by GitHub
parent 7782c00275
commit 2aa0034695
5 changed files with 40 additions and 1 deletions

View File

@@ -15,6 +15,10 @@
#include <linux/sched.h>
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 1, 0) && !KSU_OPTIONAL_SELINUX_INODE
#include "objsec.h"
#endif // import inode_security_struct
#include "allowlist.h"
#include "feature.h"
#include "klog.h" // IWYU pragma: keep