aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/gdbstub.c
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2006-12-12 13:52:38 -0600
committerHollis Blanchard <hollisb@us.ibm.com>2006-12-12 13:52:38 -0600
commit75c8e481162a92d1b75ccf506ff7f75e48ca324c (patch)
treea626811057b91e4f6407aaf7720b680c9a91f1cd /xen/common/gdbstub.c
parent13565174655596c58ca56f153c5a285df8158023 (diff)
downloadxen-75c8e481162a92d1b75ccf506ff7f75e48ca324c.tar.gz
xen-75c8e481162a92d1b75ccf506ff7f75e48ca324c.tar.bz2
xen-75c8e481162a92d1b75ccf506ff7f75e48ca324c.zip
[POWERPC][XEN] Fix gdbstub build break.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Diffstat (limited to 'xen/common/gdbstub.c')
-rw-r--r--xen/common/gdbstub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/gdbstub.c b/xen/common/gdbstub.c
index 54a81680a7..de3ba1f40f 100644
--- a/xen/common/gdbstub.c
+++ b/xen/common/gdbstub.c
@@ -42,6 +42,7 @@
#include <xen/init.h>
#include <xen/smp.h>
#include <xen/console.h>
+#include <xen/errno.h>
/* Printk isn't particularly safe just after we've trapped to the
debugger. so avoid it. */