diff options
Diffstat (limited to 'security/selinux/netlink.c')
-rw-r--r-- | security/selinux/netlink.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/selinux/netlink.c b/security/selinux/netlink.c index 36ac257cec9a..ce3f481558d8 100644 --- a/security/selinux/netlink.c +++ b/security/selinux/netlink.c | |||
@@ -19,6 +19,8 @@ | |||
19 | #include <linux/selinux_netlink.h> | 19 | #include <linux/selinux_netlink.h> |
20 | #include <net/net_namespace.h> | 20 | #include <net/net_namespace.h> |
21 | 21 | ||
22 | #include "security.h" | ||
23 | |||
22 | static struct sock *selnl; | 24 | static struct sock *selnl; |
23 | 25 | ||
24 | static int selnl_msglen(int msgtype) | 26 | static int selnl_msglen(int msgtype) |