diff options
author | Paul Moore <paul.moore@hp.com> | 2006-08-29 20:56:04 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 18:18:39 -0400 |
commit | 7a0e1d602288370801c353221c6a938eab925053 (patch) | |
tree | f11ef396a27549513a91fcaf7d06dafb2b84509a /security/selinux | |
parent | e448e931309e703f51d71a557973c620ff12fbda (diff) |
[NetLabel]: add some missing #includes to various header files
Add some missing include files to the NetLabel related header files.
Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security/selinux')
-rw-r--r-- | security/selinux/include/selinux_netlabel.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/selinux/include/selinux_netlabel.h b/security/selinux/include/selinux_netlabel.h index d69ec650cdbe..ecab4bddaaf4 100644 --- a/security/selinux/include/selinux_netlabel.h +++ b/security/selinux/include/selinux_netlabel.h | |||
@@ -27,6 +27,15 @@ | |||
27 | #ifndef _SELINUX_NETLABEL_H_ | 27 | #ifndef _SELINUX_NETLABEL_H_ |
28 | #define _SELINUX_NETLABEL_H_ | 28 | #define _SELINUX_NETLABEL_H_ |
29 | 29 | ||
30 | #include <linux/types.h> | ||
31 | #include <linux/fs.h> | ||
32 | #include <linux/net.h> | ||
33 | #include <linux/skbuff.h> | ||
34 | #include <net/sock.h> | ||
35 | |||
36 | #include "avc.h" | ||
37 | #include "objsec.h" | ||
38 | |||
30 | #ifdef CONFIG_NETLABEL | 39 | #ifdef CONFIG_NETLABEL |
31 | void selinux_netlbl_cache_invalidate(void); | 40 | void selinux_netlbl_cache_invalidate(void); |
32 | int selinux_netlbl_socket_post_create(struct socket *sock, | 41 | int selinux_netlbl_socket_post_create(struct socket *sock, |