aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netlabel.h
diff options
context:
space:
mode:
authorPaul Moore <paul.moore@hp.com>2006-08-29 17:56:04 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 15:18:39 -0700
commit7a0e1d602288370801c353221c6a938eab925053 (patch)
treef11ef396a27549513a91fcaf7d06dafb2b84509a /include/net/netlabel.h
parent[NetLabel]: uninline selinux_netlbl_inode_permission() (diff)
downloadlinux-dev-7a0e1d602288370801c353221c6a938eab925053.tar.xz
linux-dev-7a0e1d602288370801c353221c6a938eab925053.zip
[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 'include/net/netlabel.h')
-rw-r--r--include/net/netlabel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netlabel.h b/include/net/netlabel.h
index 7cae730832c7..fc2b72fc7e07 100644
--- a/include/net/netlabel.h
+++ b/include/net/netlabel.h
@@ -31,6 +31,7 @@
#define _NETLABEL_H
#include <linux/types.h>
+#include <linux/net.h>
#include <linux/skbuff.h>
#include <net/netlink.h>