aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2005-02-05 01:02:51 +0000
committerDavid Schultz <das@FreeBSD.org>2005-02-05 01:02:51 +0000
commitaf8730a1d8018566e88d6d72ac2e6fbf60b21944 (patch)
tree59a7c45b0b45d694f5f29ae4d10d161d641cc193 /usr.sbin
parentc5362a234034426ea65442e58f4c5d5b1fe7c227 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pstat/pstat.c3
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>