aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/xen/lowlevel/xu/xu.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python/xen/lowlevel/xu/xu.c')
-rw-r--r--tools/python/xen/lowlevel/xu/xu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/python/xen/lowlevel/xu/xu.c b/tools/python/xen/lowlevel/xu/xu.c
index d08a17aa11..5143700538 100644
--- a/tools/python/xen/lowlevel/xu/xu.c
+++ b/tools/python/xen/lowlevel/xu/xu.c
@@ -23,8 +23,8 @@
#include <signal.h>
#include <xc.h>
-#include <hypervisor-if.h>
-#include <io/domain_controller.h>
+#include <xen/xen.h>
+#include <xen/io/domain_controller.h>
#include <asm-xen/proc_cmd.h>