# HG changeset patch
# User Hollis Blanchard <[EMAIL PROTECTED]>
# Node ID ff3ab3fc802484087ecf24521f66c4f7ab44849a
# Parent  f67efbf6dfa9dc8ccebf85956ef9c5bc5c5928cc
[XEN] #include errno.h in gdbstub.c.
Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]>
---
 xen/common/gdbstub.c |    1 +
 1 files changed, 1 insertion(+)

diff -r f67efbf6dfa9 -r ff3ab3fc8024 xen/common/gdbstub.c
--- a/xen/common/gdbstub.c      Thu Oct 12 18:22:26 2006 -0500
+++ b/xen/common/gdbstub.c      Thu Oct 12 18:24:50 2006 -0500
@@ -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. */

_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel

Reply via email to