diff options
Diffstat (limited to 'sys/miscfs/procfs/procfs_dbregs.c')
-rw-r--r-- | sys/miscfs/procfs/procfs_dbregs.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs_dbregs.c b/sys/miscfs/procfs/procfs_dbregs.c index 9487569..d80e28c 100644 --- a/sys/miscfs/procfs/procfs_dbregs.c +++ b/sys/miscfs/procfs/procfs_dbregs.c @@ -44,11 +44,16 @@ */ #include <sys/param.h> +#include <sys/systm.h> +#include <sys/lock.h> +#include <sys/mutex.h> #include <sys/proc.h> #include <sys/vnode.h> -#include <sys/systm.h> + #include <machine/reg.h> + #include <miscfs/procfs/procfs.h> + #include <vm/vm.h> int |