bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] xen: add missing includes


From: Justus Winter
Subject: [PATCH] xen: add missing includes
Date: Tue, 17 Dec 2013 13:17:21 +0100

* xen/console.h: Add missing includes.
---
 xen/console.h | 2 ++
 1 file changed, 2 insertions(+)

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))
 
-- 
1.8.5.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]