diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-07-15 23:16:08 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:15 +0200 |
commit | 67a6c6b8be26c9d965f5aba52c83927e878f87ef (patch) | |
tree | 5d29320cf8a5344f33601470a9551a51017d3218 /kern | |
parent | c8a75aa6c038e6429406a57e2265d99f702b5f00 (diff) |
2008-07-15 Barry deFreese <bddebian@comcast.net>
* device/ds_routine.h (ds_notify): Add prototype.
* kern/ipc_kobject.c: Include <device/ds_routines.h>
Diffstat (limited to 'kern')
-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 473b1df..4935093 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 <device/ds_routines.h> #if MACH_MACHINE_ROUTINES #include <machine/machine_routines.h> |