summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-05 07:28:33 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-17 23:50:16 +0200
commit6e8cc5db6b19b6eb58fcf370b463dfcaa130e49c (patch)
tree9c60cce42de267c847f41bb29856572709973aa6
parente9c08b59436786a1cc232215abacf340bfa89d27 (diff)
2002-06-05 Roland McGrath <roland@frob.com>
* ipc/ipc_hash.h: Include "ipc_types.h", "ipc_object.h" for types. [MACH_IPC_DEBUG]: Include <mach_debug/hash_info.h> for types.
-rw-r--r--ipc/ipc_hash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc/ipc_hash.h b/ipc/ipc_hash.h
index 423cc18e..6db3f65b 100644
--- a/ipc/ipc_hash.h
+++ b/ipc/ipc_hash.h
@@ -38,12 +38,16 @@
#include <mach/boolean.h>
#include <mach/kern_return.h>
+#include "ipc_types.h"
+#include "ipc_object.h"
extern void
ipc_hash_init();
#if MACH_IPC_DEBUG
+#include <mach_debug/hash_info.h>
+
extern unsigned int ipc_hash_info(hash_info_bucket_t *, unsigned int);
#endif /* MACH_IPC_DEBUG */