aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/sched_rrobin.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/common/sched_rrobin.c')
-rw-r--r--xen/common/sched_rrobin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/sched_rrobin.c b/xen/common/sched_rrobin.c
index 1915b37632..fbf17ab84c 100644
--- a/xen/common/sched_rrobin.c
+++ b/xen/common/sched_rrobin.c
@@ -6,7 +6,7 @@
#include <xen/sched.h>
#include <xen/sched-if.h>
-#include <hypervisor-ifs/sched_ctl.h>
+#include <public/sched_ctl.h>
#include <xen/ac_timer.h>
#include <xen/softirq.h>
#include <xen/time.h>