xsm: fixed missing header compile error
authorMachon Gregory <mbgrego@tycho.ncsc.mil>
Wed, 1 Jun 2011 15:12:29 +0000 (16:12 +0100)
committerMachon 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

index 933873efd294314715dd223909055e6a082930ab..385cccfe43244c02813c23dd7c8ddabcf3e65547 100644 (file)
@@ -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>