diff options
Diffstat (limited to 'sys/kern/kern_prot.c')
-rw-r--r-- | sys/kern/kern_prot.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c index 64fcbf9..127d10c 100644 --- a/sys/kern/kern_prot.c +++ b/sys/kern/kern_prot.c @@ -47,12 +47,13 @@ #include "opt_global.h" #include <sys/param.h> -#include <sys/acct.h> #include <sys/systm.h> -#include <sys/sysproto.h> +#include <sys/acct.h> #include <sys/kernel.h> #include <sys/lock.h> +#include <sys/mutex.h> #include <sys/proc.h> +#include <sys/sysproto.h> #include <sys/malloc.h> #include <sys/pioctl.h> #include <sys/resourcevar.h> |