summaryrefslogtreecommitdiff
path: root/kern/priority.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/priority.c')
-rw-r--r--kern/priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/priority.c b/kern/priority.c
index 8e3f2e5..43d6101 100644
--- a/kern/priority.c
+++ b/kern/priority.c
@@ -38,12 +38,12 @@
#include <mach/kern_return.h>
#include <mach/machine.h>
#include <kern/host.h>
+#include <kern/mach_clock.h>
#include <kern/mach_param.h>
#include <kern/sched.h>
#include <kern/thread.h>
#include <kern/processor.h>
#include <kern/timer.h>
-#include <kern/time_out.h>
#include <kern/time_stamp.h>
#include <machine/machspl.h>