diff options
Diffstat (limited to 'usr.bin/systat/vmstat.c')
-rw-r--r-- | usr.bin/systat/vmstat.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index ddb97741684..b6646dac09e 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmstat.c,v 1.76 2014/04/08 14:04:11 mpi Exp $ */ +/* $OpenBSD: vmstat.c,v 1.77 2014/09/15 19:08:21 miod Exp $ */ /* $NetBSD: vmstat.c,v 1.5 1996/05/10 23:16:40 thorpej Exp $ */ /*- @@ -35,14 +35,13 @@ */ #include <sys/param.h> -#include <sys/dkstat.h> #include <sys/buf.h> -#include <sys/stat.h> -#include <sys/time.h> -#include <sys/sysctl.h> -#include <sys/proc.h> #include <sys/namei.h> +#include <sys/proc.h> +#include <sys/sched.h> +#include <sys/stat.h> #include <sys/sysctl.h> +#include <sys/time.h> #include <sys/vmmeter.h> #include <ctype.h> |