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 /net/netlabel/netlabel_user.h | |
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 'net/netlabel/netlabel_user.h')
-rw-r--r-- | net/netlabel/netlabel_user.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/netlabel/netlabel_user.h b/net/netlabel/netlabel_user.h index ccf237b3a128..385a6c7488c6 100644 --- a/net/netlabel/netlabel_user.h +++ b/net/netlabel/netlabel_user.h | |||
@@ -31,11 +31,12 @@ | |||
31 | #ifndef _NETLABEL_USER_H | 31 | #ifndef _NETLABEL_USER_H |
32 | #define _NETLABEL_USER_H | 32 | #define _NETLABEL_USER_H |
33 | 33 | ||
34 | #include <linux/types.h> | ||
34 | #include <linux/skbuff.h> | 35 | #include <linux/skbuff.h> |
35 | #include <linux/capability.h> | 36 | #include <linux/capability.h> |
36 | #include <linux/genetlink.h> | 37 | #include <net/netlink.h> |
37 | #include <net/netlabel.h> | ||
38 | #include <net/genetlink.h> | 38 | #include <net/genetlink.h> |
39 | #include <net/netlabel.h> | ||
39 | 40 | ||
40 | /* NetLabel NETLINK helper functions */ | 41 | /* NetLabel NETLINK helper functions */ |
41 | 42 | ||