diff options
Diffstat (limited to 'kern/lock.c')
-rw-r--r-- | kern/lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/lock.c b/kern/lock.c index ba0f0c2..5bdca08 100644 --- a/kern/lock.c +++ b/kern/lock.c @@ -36,6 +36,7 @@ #include <string.h> +#include <kern/debug.h> /* for panic() */ #include <kern/lock.h> #include <kern/thread.h> #include <kern/sched_prim.h> |