diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-03 16:23:12 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-03 16:23:12 +0000 |
| commit | 42c43e6031ccea7e2e8c0bd974f882df60731e44 (patch) | |
| tree | c7aa39b6ef241e6540b183e8f18346cfdf2952f7 /usr.sbin/pstat | |
| parent | c410df597bbcf336aed35a8be61783db2c1ebd32 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pstat')
| -rw-r--r-- | usr.sbin/pstat/pstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index f85de47094e8..2346bc42e2a6 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -60,11 +60,11 @@ static const char rcsid[] = #include <sys/ioctl.h> #include <sys/ioctl_compat.h> /* XXX NTTYDISC is too well hidden */ #include <sys/tty.h> -#include <sys/conf.h> #include <sys/blist.h> #include <sys/user.h> #include <sys/sysctl.h> +#include <vm/swap_pager.h> #include <err.h> #include <fcntl.h> |
