From 0bcc497664baaecb2e8a9873d61201ddbfddf3cc Mon Sep 17 00:00:00 2001 From: Thomas Schwinge <tschwinge@gnu.org> Date: Fri, 23 Mar 2007 23:57:22 +0000 Subject: 2007-03-24 Thomas Schwinge <tschwinge@gnu.org> * device/kmsg.h: Include <sys/types.h>, <device/device_types.h> and <device/io_req.h>. --- device/kmsg.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'device') diff --git a/device/kmsg.h b/device/kmsg.h index e0e7a673..adfc9453 100644 --- a/device/kmsg.h +++ b/device/kmsg.h @@ -3,6 +3,11 @@ #ifdef MACH_KERNEL +#include <sys/types.h> + +#include <device/device_types.h> +#include <device/io_req.h> + io_return_t kmsgopen (dev_t dev, int flag, io_req_t ior); io_return_t kmsgclose (dev_t dev, int flag); io_return_t kmsgread (dev_t dev, io_req_t ior); -- cgit v1.2.3