commit | e108a3c110506faf3ef43448be3e0d39ef0ead8f | [log] [tgz] |
---|---|---|
author | Anthony PERARD <anthony.perard@citrix.com> | Thu Jun 21 11:44:35 2012 +0000 |
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | Thu Jun 21 11:44:35 2012 +0000 |
tree | 5b762dc030fa3da5882058321d0d834ec5eacf4b | |
parent | b41f67197208e7b72ba2207473a74b89a821190a [diff] [blame] |
xenstore: Use <xenstore.h> In the next release of Xen (4.2), xs.h became deprecated. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
diff --git a/configure b/configure index b68c0ca..c4e4960 100755 --- a/configure +++ b/configure
@@ -1381,7 +1381,7 @@ elif ( cat > $TMPC <<EOF #include <xenctrl.h> -#include <xs.h> +#include <xenstore.h> #include <stdint.h> #include <xen/hvm/hvm_info_table.h> #if !defined(HVM_MAX_VCPUS)