diff options
Diffstat (limited to 'sys/fs/procfs/procfs_dbregs.c')
-rw-r--r-- | sys/fs/procfs/procfs_dbregs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/procfs/procfs_dbregs.c b/sys/fs/procfs/procfs_dbregs.c index 6d35da0..c21597f 100644 --- a/sys/fs/procfs/procfs_dbregs.c +++ b/sys/fs/procfs/procfs_dbregs.c @@ -46,6 +46,7 @@ #include <sys/param.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> |