summaryrefslogtreecommitdiff
path: root/kern/mach_clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/mach_clock.c')
-rw-r--r--kern/mach_clock.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/mach_clock.c b/kern/mach_clock.c
index 3c1ccdb..5491e88 100644
--- a/kern/mach_clock.c
+++ b/kern/mach_clock.c
@@ -48,11 +48,13 @@
#include <kern/lock.h>
#include <kern/mach_param.h>
#include <kern/processor.h>
+#include <kern/queue.h>
#include <kern/sched.h>
#include <kern/sched_prim.h>
#include <kern/thread.h>
#include <kern/time_out.h>
#include <kern/time_stamp.h>
+#include <kern/timer.h>
#include <vm/vm_kern.h>
#include <sys/time.h>
#include <machine/mach_param.h> /* HZ */
@@ -62,6 +64,7 @@
#include <kern/pc_sample.h>
#endif
+#include "mach_clock.h"
void softclock(); /* forward */