diff options
Diffstat (limited to 'kern/thread_swap.c')
-rw-r--r-- | kern/thread_swap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/thread_swap.c b/kern/thread_swap.c index 173b6ae..c5d5183 100644 --- a/kern/thread_swap.c +++ b/kern/thread_swap.c @@ -46,6 +46,7 @@ #include <ipc/ipc_kmsg.h> #include <kern/counters.h> +#include <kern/debug.h> /* for panic() */ #include <kern/thread.h> #include <kern/lock.h> #include <vm/vm_map.h> |