summaryrefslogtreecommitdiff
path: root/kern/startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/startup.c')
-rw-r--r--kern/startup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/startup.c b/kern/startup.c
index e09cfdb..6595d61 100644
--- a/kern/startup.c
+++ b/kern/startup.c
@@ -42,6 +42,7 @@
#include <kern/thread.h>
#include <kern/thread_swap.h>
#include <kern/timer.h>
+#include <kern/time_stamp.h>
#include <kern/zalloc.h>
#include <vm/vm_kern.h>
#include <vm/vm_map.h>