diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-07-16 00:00:16 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:15 +0200 |
commit | 79dac7c8bdfc3e22d0caf20f11ffbbbabf50e3ee (patch) | |
tree | bb4f062b93f79cb377b2d24ccfa0c4a96f1907ac /kern/ipc_kobject.c | |
parent | 4bf4c70ff3285c57b1ee3d435534a7d33311d000 (diff) |
2008-07-15 Barry deFreese <bddebian@comcast.net>
* kern/ipc_kobject.c: Include <vm/vm_object.h>
* vm/vm_object.h: Include <sys/types.h> and <ipc/ipc_types.h>.
(vm_object_coalesce, vm_object_pager_wakeup): Add prototypes.
Diffstat (limited to 'kern/ipc_kobject.c')
-rw-r--r-- | kern/ipc_kobject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/ipc_kobject.c b/kern/ipc_kobject.c index 4935093..6d9f785 100644 --- a/kern/ipc_kobject.c +++ b/kern/ipc_kobject.c @@ -45,6 +45,7 @@ #include <ipc/ipc_kmsg.h> #include <ipc/ipc_port.h> #include <ipc/ipc_thread.h> +#include <vm/vm_object.h> #include <device/ds_routines.h> #if MACH_MACHINE_ROUTINES |