diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-12-17 13:15:42 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-12-17 13:15:42 +0100 |
commit | b5dfcde4f7728e87860fcc3ac6b0c7a9abe8c94e (patch) | |
tree | a358bc5dc200f558b1935dc33faadf8e007f4c79 /xen/console.h | |
parent | f3593b77a6ab8550c119e0617e3dee4abf144533 (diff) |
xen: add missing includes
* xen/console.h: Add missing includes.
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)) |