diff --git a/[refs] b/[refs] index 0fb245837edc..921e621052fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: de64688ffb952a65ddbc5295ccd235d35f292593 +refs/heads/master: bb22f58087fdf8b617803c9b65bc86c6d26b5115 diff --git a/trunk/security/selinux/include/security.h b/trunk/security/selinux/include/security.h index 015f697e925f..210eec77e7ff 100644 --- a/trunk/security/selinux/include/security.h +++ b/trunk/security/selinux/include/security.h @@ -8,7 +8,6 @@ #ifndef _SELINUX_SECURITY_H_ #define _SELINUX_SECURITY_H_ -#include #include "flask.h" #define SECSID_NULL 0x00000000 /* unspecified SID */ @@ -35,6 +34,8 @@ #define POLICYDB_VERSION_MAX POLICYDB_VERSION_RANGETRANS #endif +struct sk_buff; + extern int selinux_enabled; extern int selinux_mls_enabled;