diff options
Diffstat (limited to 'sys/kern/kern_lock.c')
-rw-r--r-- | sys/kern/kern_lock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 5705f83..71ff425 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -42,12 +42,12 @@ */ #include <sys/param.h> -#include <sys/proc.h> #include <sys/kernel.h> #include <sys/ktr.h> #include <sys/lock.h> -#include <sys/malloc.h> +#include <sys/lockmgr.h> #include <sys/mutex.h> +#include <sys/proc.h> #include <sys/systm.h> /* |