aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/xenperf.c
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-08-24 23:07:29 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-08-24 23:07:29 +0000
commit60eb66351321ad80bf3356e2e35aeced44522a7a (patch)
tree841dad29849c68d8092c43575c5e60e56c5f1c4b /tools/misc/xenperf.c
parentd90a3a88c0895f924609743537cd04031a415b93 (diff)
downloadxen-60eb66351321ad80bf3356e2e35aeced44522a7a.tar.gz
xen-60eb66351321ad80bf3356e2e35aeced44522a7a.tar.bz2
xen-60eb66351321ad80bf3356e2e35aeced44522a7a.zip
Rename libxc => libxenctrl and xc.h => xen/xenctrl.h
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk> --HG-- rename : tools/libxc/xc.h => tools/libxc/xenctrl.h
Diffstat (limited to 'tools/misc/xenperf.c')
-rw-r--r--tools/misc/xenperf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/xenperf.c b/tools/misc/xenperf.c
index 16ddfcb293..1572780c3d 100644
--- a/tools/misc/xenperf.c
+++ b/tools/misc/xenperf.c
@@ -11,7 +11,7 @@
*/
-#include <xc.h>
+#include <xenctrl.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/mman.h>