diff options
Diffstat (limited to 'kern/mutex.h')
-rw-r--r-- | kern/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/mutex.h b/kern/mutex.h index a36ed17e..5ea8061e 100644 --- a/kern/mutex.h +++ b/kern/mutex.h @@ -26,8 +26,8 @@ #include <kern/assert.h> #include <kern/list.h> #include <kern/mutex_i.h> +#include <kern/mutex_types.h> #include <kern/spinlock.h> -#include <kern/types.h> struct mutex; |