diff options
Diffstat (limited to 'kern/mutex_types.h')
-rw-r--r-- | kern/mutex_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/mutex_types.h b/kern/mutex_types.h index 4f99b400..b348fb7b 100644 --- a/kern/mutex_types.h +++ b/kern/mutex_types.h @@ -21,7 +21,7 @@ #ifndef _KERN_MUTEX_TYPES_H #define _KERN_MUTEX_TYPES_H -#include <kern/list.h> +#include <kern/list_types.h> #include <kern/spinlock_types.h> struct mutex { |