summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-12-17 13:04:29 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-12-17 13:04:29 +0100
commit60446e316ffb7aaa972b3e845d13a48cb0a03714 (patch)
treeae7c0939cd42d2f2be432a001fbb29223c265944 /debian
parent60dfa3d9a13a56e7c8e56e6b035d628c1046f3dc (diff)
fix 90_fix_build_xen_console_h.patch
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/90_fix_build_xen_console_h.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/90_fix_build_xen_console_h.patch b/debian/patches/90_fix_build_xen_console_h.patch
index 92811c2..33154c4 100644
--- a/debian/patches/90_fix_build_xen_console_h.patch
+++ b/debian/patches/90_fix_build_xen_console_h.patch
@@ -1,12 +1,12 @@
diff --git a/xen/console.h b/xen/console.h
-index 2b78f29..6088812 100644
+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.h>
++#include <mach/port.h>
#include <device/cons.h>
+#include <device/io_req.h>