diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/90_fix_build_xen_console_h.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/90_fix_build_xen_console_h.patch b/debian/patches/90_fix_build_xen_console_h.patch new file mode 100644 index 0000000..92811c2 --- /dev/null +++ b/debian/patches/90_fix_build_xen_console_h.patch @@ -0,0 +1,14 @@ +diff --git a/xen/console.h b/xen/console.h +index 2b78f29..6088812 100644 +--- a/xen/console.h ++++ b/xen/console.h +@@ -21,7 +21,9 @@ + #include <machine/xen.h> + #include <string.h> + ++#include <mach.h> + #include <device/cons.h> ++#include <device/io_req.h> + + #define hyp_console_write(str, len) hyp_console_io (CONSOLEIO_write, (len), kvtolin(str)) + |