projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e3e771
)
debugtrace: fix Arm build
author
Juergen Gross
<jgross@suse.com>
Fri, 13 Sep 2019 06:15:05 +0000
(08:15 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Fri, 13 Sep 2019 06:15:05 +0000
(08:15 +0200)
Add missing #includes.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/debugtrace.c
patch
|
blob
|
history
diff --git
a/xen/common/debugtrace.c
b/xen/common/debugtrace.c
index 5d22d431ad86a4fd004735aa9a27ad8e5d5ccb15..7313e893897ba8b2cd37783b743bf6d3e2e95810 100644
(file)
--- a/
xen/common/debugtrace.c
+++ b/
xen/common/debugtrace.c
@@
-11,7
+11,9
@@
#include <xen/keyhandler.h>
#include <xen/lib.h>
#include <xen/mm.h>
+#include <xen/percpu.h>
#include <xen/serial.h>
+#include <xen/smp.h>
#include <xen/spinlock.h>
#include <xen/watchdog.h>