projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba6d11
)
xsm: fixed missing header compile error
author
Machon Gregory
<mbgrego@tycho.ncsc.mil>
Wed, 1 Jun 2011 15:12:29 +0000
(16:12 +0100)
committer
Machon Gregory
<mbgrego@tycho.ncsc.mil>
Wed, 1 Jun 2011 15:12:29 +0000
(16:12 +0100)
Fixes compile error caused by changeset 23363 by including xenoprof.h
header.
Signed-off-by: Machon Gregory <mbgrego@tycho.ncsc.mil>
xen/xsm/flask/hooks.c
patch
|
blob
|
history
diff --git
a/xen/xsm/flask/hooks.c
b/xen/xsm/flask/hooks.c
index 933873efd294314715dd223909055e6a082930ab..385cccfe43244c02813c23dd7c8ddabcf3e65547 100644
(file)
--- a/
xen/xsm/flask/hooks.c
+++ b/
xen/xsm/flask/hooks.c
@@
-18,6
+18,7
@@
#include <xen/cpumask.h>
#include <xen/errno.h>
#include <xen/guest_access.h>
+#include <xen/xenoprof.h>
#include <public/xen.h>
#include <public/physdev.h>
#include <public/platform.h>