diff options
author | James Morris <jmorris@namei.org> | 2011-08-29 22:09:15 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-09-09 19:56:31 -0400 |
commit | 6a3fbe81179c85eb53054a0f4c8423ffec0276a7 (patch) | |
tree | b281fee66a005236bbdedf5f22eeacc37669ba4a /security/selinux/nlmsgtab.c | |
parent | ad3fa08c4ff84ed87649d72e8497735c85561a3d (diff) |
selinux: sparse fix: fix warnings in netlink code
Fix sparse warnings in SELinux Netlink code.
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux/nlmsgtab.c')
-rw-r--r-- | security/selinux/nlmsgtab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/nlmsgtab.c b/security/selinux/nlmsgtab.c index 8b02b2137da2..0920ea3bf599 100644 --- a/security/selinux/nlmsgtab.c +++ b/security/selinux/nlmsgtab.c | |||
@@ -21,6 +21,7 @@ | |||
21 | 21 | ||
22 | #include "flask.h" | 22 | #include "flask.h" |
23 | #include "av_permissions.h" | 23 | #include "av_permissions.h" |
24 | #include "security.h" | ||
24 | 25 | ||
25 | struct nlmsg_perm { | 26 | struct nlmsg_perm { |
26 | u16 nlmsg_type; | 27 | u16 nlmsg_type; |