diff options
Diffstat (limited to 'xen/console.h')
-rw-r--r-- | xen/console.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/console.h b/xen/console.h index 2b78f29..061ba28 100644 --- a/xen/console.h +++ b/xen/console.h @@ -21,7 +21,9 @@ #include <machine/xen.h> #include <string.h> +#include <mach/port.h> #include <device/cons.h> +#include <device/io_req.h> #define hyp_console_write(str, len) hyp_console_io (CONSOLEIO_write, (len), kvtolin(str)) |