aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmh22@tempest.cl.cam.ac.uk <smh22@tempest.cl.cam.ac.uk>2004-12-31 18:32:42 +0000
committersmh22@tempest.cl.cam.ac.uk <smh22@tempest.cl.cam.ac.uk>2004-12-31 18:32:42 +0000
commitb0ef657c4d4e9c3744d066f80365e4e00f1d3f30 (patch)
treeb8531d08dd7a854f6cb4eae697e070306ae33aba
parent40ae982942d7043e2e6df3c79b15246a868dc18a (diff)
downloadxen-b0ef657c4d4e9c3744d066f80365e4e00f1d3f30.tar.gz
xen-b0ef657c4d4e9c3744d066f80365e4e00f1d3f30.tar.bz2
xen-b0ef657c4d4e9c3744d066f80365e4e00f1d3f30.zip
bitkeeper revision 1.1159.210.1 (41d59b4aOWdXjAhVW7vNOk29WN5c_w)
fix build w/ trace/debug/etc enabled [from michael day]
-rw-r--r--xen/arch/x86/pdb-stub.c1
-rw-r--r--xen/common/trace.c1
-rw-r--r--xen/include/asm-x86/x86_32/regs.h2
3 files changed, 4 insertions, 0 deletions
diff --git a/xen/arch/x86/pdb-stub.c b/xen/arch/x86/pdb-stub.c
index bb145aa104..827035e07f 100644
--- a/xen/arch/x86/pdb-stub.c
+++ b/xen/arch/x86/pdb-stub.c
@@ -21,6 +21,7 @@
#include <xen/list.h>
#include <xen/serial.h>
#include <xen/softirq.h>
+#include <xen/init.h>
/* opt_pdb: Name of serial port for Xen pervasive debugger (and enable pdb) */
static unsigned char opt_pdb[10] = "none";
diff --git a/xen/common/trace.c b/xen/common/trace.c
index 06547c67d1..83bf5ce55e 100644
--- a/xen/common/trace.c
+++ b/xen/common/trace.c
@@ -25,6 +25,7 @@
#include <xen/smp.h>
#include <xen/trace.h>
#include <xen/errno.h>
+#include <xen/init.h>
#include <asm/atomic.h>
#include <public/dom0_ops.h>
diff --git a/xen/include/asm-x86/x86_32/regs.h b/xen/include/asm-x86/x86_32/regs.h
index e03e2a8a4b..57d21e3cb6 100644
--- a/xen/include/asm-x86/x86_32/regs.h
+++ b/xen/include/asm-x86/x86_32/regs.h
@@ -1,6 +1,8 @@
#ifndef _I386_REGS_H
#define _I386_REGS_H
+#include <asm/types.h>
+
struct xen_regs
{
/* All saved activations contain the following fields. */