direct-io.hg
changeset 5401:260c108b2c0b
bitkeeper revision 1.1703 (42a881c8OTeDO-DPkTSLEnBspOFEIA)
missing include that is need when compiling with debug
Signed-off-by: Vincent Hanquez <vincent@xensource.com>
missing include that is need when compiling with debug
Signed-off-by: Vincent Hanquez <vincent@xensource.com>
author | vh249@airwolf.cl.cam.ac.uk |
---|---|
date | Thu Jun 09 17:52:08 2005 +0000 (2005-06-09) |
parents | d2b6518a768a |
children | e982699aa8cd |
files | xen/arch/x86/cdb.c |
line diff
1.1 --- a/xen/arch/x86/cdb.c Thu Jun 09 16:33:41 2005 +0000 1.2 +++ b/xen/arch/x86/cdb.c Thu Jun 09 17:52:08 2005 +0000 1.3 @@ -14,6 +14,7 @@ 1.4 #include <asm/debugger.h> 1.5 #include <xen/init.h> 1.6 #include <xen/smp.h> 1.7 +#include <xen/console.h> 1.8 #include <asm/apic.h> 1.9 1.10 /* Printk isn't particularly safe just after we've trapped to the