summaryrefslogtreecommitdiff
path: root/ipc/ipc_kmsg.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-07-15 23:11:10 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:15 +0200
commitc8a75aa6c038e6429406a57e2265d99f702b5f00 (patch)
treefcb2e6cb5a4154682bafdb7cc506614d960e8eb8 /ipc/ipc_kmsg.c
parenta2157edfb4675c418158591f3cb8664e043ed5a0 (diff)
2008-07-15 Barry deFreese <bddebian@comcast.net>
* device/ds_routines.c: Include <machine/locore.h> * ipc/ipc_kmsg.c: Likewise. * kern/bootstrap.c: Likewise. * kern/exception.c: Likewise. * kern/ipc_mig.c: Likewise. * kern/sched_prim.c: Likewise. * kern/time_stamp.c: Likewise. * vm/vm_kern.c: Likewise.
Diffstat (limited to 'ipc/ipc_kmsg.c')
-rw-r--r--ipc/ipc_kmsg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_kmsg.c
index 5ad8d61a..e0f76c25 100644
--- a/ipc/ipc_kmsg.c
+++ b/ipc/ipc_kmsg.c
@@ -41,6 +41,7 @@
#include <mach/kern_return.h>
#include <mach/message.h>
#include <mach/port.h>
+#include <machine/locore.h>
#include <kern/assert.h>
#include <kern/kalloc.h>
#include <vm/vm_map.h>