From e108a3c110506faf3ef43448be3e0d39ef0ead8f Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Thu, 21 Jun 2012 11:44:35 +0000 Subject: xenstore: Use In the next release of Xen (4.2), xs.h became deprecated. Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini --- hw/xen_common.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hw/xen_common.h') diff --git a/hw/xen_common.h b/hw/xen_common.h index fe7f227..cc99204 100644 --- a/hw/xen_common.h +++ b/hw/xen_common.h @@ -7,7 +7,11 @@ #include #include -#include +#if CONFIG_XEN_CTRL_INTERFACE_VERSION < 420 +# include +#else +# include +#endif #include #include "hw.h" -- cgit v1.1