aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/timer.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-08-09 10:44:33 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-08-09 10:44:33 +0100
commita4cfaebb0b8fe128f2f86d97da5db1fb6de58d2b (patch)
treee0fdeb926171ddda19956e204d5cef9bb0478fdf /xen/common/timer.c
parente7e16fef9d61b623f91e909f458f8d9de7b9c72b (diff)
downloadxen-a4cfaebb0b8fe128f2f86d97da5db1fb6de58d2b.tar.gz
xen-a4cfaebb0b8fe128f2f86d97da5db1fb6de58d2b.tar.bz2
xen-a4cfaebb0b8fe128f2f86d97da5db1fb6de58d2b.zip
[XEN][IA64] IA64 build fixes after recent PER_CPU changes.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Diffstat (limited to 'xen/common/timer.c')
-rw-r--r--xen/common/timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/timer.c b/xen/common/timer.c
index e268f86ea9..526bb48959 100644
--- a/xen/common/timer.c
+++ b/xen/common/timer.c
@@ -17,6 +17,7 @@
#include <xen/softirq.h>
#include <xen/timer.h>
#include <xen/keyhandler.h>
+#include <xen/percpu.h>
#include <asm/system.h>
#include <asm/desc.h>