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