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