diff options
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 | ||