diff options
Diffstat (limited to 'sys/fs/procfs/procfs_regs.c')
-rw-r--r-- | sys/fs/procfs/procfs_regs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/procfs/procfs_regs.c b/sys/fs/procfs/procfs_regs.c index d1dd0bc..f0e627d 100644 --- a/sys/fs/procfs/procfs_regs.c +++ b/sys/fs/procfs/procfs_regs.c @@ -43,6 +43,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> |