From: Machon Gregory Date: Wed, 1 Jun 2011 15:12:29 +0000 (+0100) Subject: xsm: fixed missing header compile error X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~10258 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=433a581709b9c5d053e3a40d73c937584545adb9;p=xen.git xsm: fixed missing header compile error Fixes compile error caused by changeset 23363 by including xenoprof.h header. Signed-off-by: Machon Gregory --- diff --git a/xen/xsm/flask/hooks.c b/xen/xsm/flask/hooks.c index 933873efd2..385cccfe43 100644 --- a/xen/xsm/flask/hooks.c +++ b/xen/xsm/flask/hooks.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include