diff options
author | kfraser@localhost.localdomain <kfraser@localhost.localdomain> | 2007-08-31 12:05:07 +0100 |
---|---|---|
committer | kfraser@localhost.localdomain <kfraser@localhost.localdomain> | 2007-08-31 12:05:07 +0100 |
commit | 61c6564d34361efda2d134145f3ce39796b23ed1 (patch) | |
tree | 4d6f5196f90c41ce349193d09c99a2e3a48177da /tools/security/secpol_xml2bin.c | |
parent | 670a6002b949ebb60f7cb3e5d950e163d9314859 (diff) | |
download | xen-61c6564d34361efda2d134145f3ce39796b23ed1.tar.gz xen-61c6564d34361efda2d134145f3ce39796b23ed1.tar.bz2 xen-61c6564d34361efda2d134145f3ce39796b23ed1.zip |
Cleanups after XSM checkin.
Signed-off-by: Keir Fraser <keir@xensource.com>
--HG--
rename : xen/include/public/acm.h => xen/include/public/xsm/acm.h
rename : xen/include/public/acm_ops.h => xen/include/public/xsm/acm_ops.h
rename : xen/include/acm/acm_core.h => xen/include/xsm/acm/acm_core.h
rename : xen/include/acm/acm_endian.h => xen/include/xsm/acm/acm_endian.h
rename : xen/include/acm/acm_hooks.h => xen/include/xsm/acm/acm_hooks.h
Diffstat (limited to 'tools/security/secpol_xml2bin.c')
-rw-r--r-- | tools/security/secpol_xml2bin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/security/secpol_xml2bin.c b/tools/security/secpol_xml2bin.c index 98ef3e1af3..0fbe8efcbd 100644 --- a/tools/security/secpol_xml2bin.c +++ b/tools/security/secpol_xml2bin.c @@ -22,6 +22,7 @@ * * indent -i4 -kr -nut */ + #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -38,7 +39,7 @@ #include <libxml/tree.h> #include <libxml/xmlreader.h> #include <stdint.h> -#include <xen/acm.h> +#include <xen/xsm/acm.h> #include "secpol_xml2bin.h" |