diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-03-28 09:17:56 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-03-28 09:17:56 +0000 |
| commit | f34fa851e0b97ea3637d73827346927014e1b137 (patch) | |
| tree | 2cd0230eaac847e88811b3c23c3cf39fd199008b /sys/miscfs/procfs | |
| parent | 5e980e229f3ed52731211607e437b2f6759ab71a (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/procfs')
| -rw-r--r-- | sys/miscfs/procfs/procfs_dbregs.c | 1 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_fpregs.c | 1 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_regs.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/miscfs/procfs/procfs_dbregs.c b/sys/miscfs/procfs/procfs_dbregs.c index 6d35da0fefda..c21597fdb437 100644 --- a/sys/miscfs/procfs/procfs_dbregs.c +++ b/sys/miscfs/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> diff --git a/sys/miscfs/procfs/procfs_fpregs.c b/sys/miscfs/procfs/procfs_fpregs.c index 493939ca5457..49853c48fc7f 100644 --- a/sys/miscfs/procfs/procfs_fpregs.c +++ b/sys/miscfs/procfs/procfs_fpregs.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> diff --git a/sys/miscfs/procfs/procfs_regs.c b/sys/miscfs/procfs/procfs_regs.c index d1dd0bc19f89..f0e627d73c88 100644 --- a/sys/miscfs/procfs/procfs_regs.c +++ b/sys/miscfs/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> |
