diff options
| author | David Schultz <das@FreeBSD.org> | 2005-02-05 01:02:51 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2005-02-05 01:02:51 +0000 |
| commit | af8730a1d8018566e88d6d72ac2e6fbf60b21944 (patch) | |
| tree | 59a7c45b0b45d694f5f29ae4d10d161d641cc193 /usr.sbin | |
| parent | c5362a234034426ea65442e58f4c5d5b1fe7c227 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/pstat/pstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 0d25894629beb..9e22a3aa52e8e 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -58,10 +58,11 @@ __FBSDID("$FreeBSD$"); #include <sys/tty.h> #include <sys/blist.h> -#include <sys/user.h> #include <sys/sysctl.h> +#include <vm/vm_param.h> #include <err.h> +#include <errno.h> #include <fcntl.h> #include <kvm.h> #include <limits.h> |
