aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_domainhash.h
diff options
context:
space:
mode:
authorPaul Moore <paul.moore@hp.com>2006-08-29 20:56:04 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 18:18:39 -0400
commit7a0e1d602288370801c353221c6a938eab925053 (patch)
treef11ef396a27549513a91fcaf7d06dafb2b84509a /net/netlabel/netlabel_domainhash.h
parente448e931309e703f51d71a557973c620ff12fbda (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_domainhash.h')
-rw-r--r--net/netlabel/netlabel_domainhash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/netlabel/netlabel_domainhash.h b/net/netlabel/netlabel_domainhash.h
index 9217863ce0d3..99a2287de246 100644
--- a/net/netlabel/netlabel_domainhash.h
+++ b/net/netlabel/netlabel_domainhash.h
@@ -32,6 +32,10 @@
32#ifndef _NETLABEL_DOMAINHASH_H 32#ifndef _NETLABEL_DOMAINHASH_H
33#define _NETLABEL_DOMAINHASH_H 33#define _NETLABEL_DOMAINHASH_H
34 34
35#include <linux/types.h>
36#include <linux/rcupdate.h>
37#include <linux/list.h>
38
35/* Domain hash table size */ 39/* Domain hash table size */
36/* XXX - currently this number is an uneducated guess */ 40/* XXX - currently this number is an uneducated guess */
37#define NETLBL_DOMHSH_BITSIZE 7 41#define NETLBL_DOMHSH_BITSIZE 7