summaryrefslogtreecommitdiff
path: root/kern/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/mutex.c')
-rw-r--r--kern/mutex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/mutex.c b/kern/mutex.c
index 58e2451..3c76f50 100644
--- a/kern/mutex.c
+++ b/kern/mutex.c
@@ -19,6 +19,7 @@
#include <kern/mutex_i.h>
#include <kern/spinlock.h>
#include <kern/thread.h>
+#include <kern/types.h>
void
mutex_lock_slow(struct mutex *mutex)