From 488b27676364585b2f9fe34a12fdc8b9f93403af Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Tue, 14 Jan 2014 01:41:06 +0000 Subject: [PATCH] xen/hypervisor: Be sure to set __XEN_INTERFACE_VERSION__ On some headers xen-os.h is not included. Xen headers will define __XEN_INTERFACE_VERSION__ to 0. This will result to use the wrong interface version. --- sys/xen/hypervisor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/xen/hypervisor.h b/sys/xen/hypervisor.h index 96e558222982..9cf18a412878 100644 --- a/sys/xen/hypervisor.h +++ b/sys/xen/hypervisor.h @@ -29,6 +29,7 @@ #include #include +#include #include #include #include -- 2.39.5