Skip to content

Commit

Permalink
Fix error for some non-GKI kernel source code (#45)
Browse files Browse the repository at this point in the history
Idea from @Dreamail
  • Loading branch information
natsumerinchan committed Jan 12, 2023
1 parent acd6f44 commit bf87b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/selinux/sepolicy.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef __KSU_H_SEPOLICY
#define __KSU_H_SEPOLICY

#include <linux/types.h>
#include <ss/sidtab.h>
#include <ss/services.h>
#include <objsec.h>
Expand Down Expand Up @@ -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
#endif

0 comments on commit bf87b13

Please sign in to comment.