diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-12-17 12:48:51 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-12-17 12:48:51 +0100 |
commit | 78fef1a4826a5b94554c85ffb3134d9403ed1d42 (patch) | |
tree | fb5cfd6a7876c5cbc9bb5434e996711508530269 /debian/patches | |
parent | 70726553e5b4856076c2b8d8e5a1a797763365f0 (diff) |
add 90_fix_build_xen_console_h.patch
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)) + |