diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index c26fc79db35a..ddd10e8dda3c 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -1,4 +1,4 @@ -/* $NetBSD: vmstat.c,v 1.65 2006/04/14 13:14:06 blymn Exp $ */ +/* $NetBSD: vmstat.c,v 1.66 2006/05/11 12:01:33 yamt Exp $ */ /*- * Copyright (c) 1983, 1989, 1992, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; #endif -__RCSID("$NetBSD: vmstat.c,v 1.65 2006/04/14 13:14:06 blymn Exp $"); +__RCSID("$NetBSD: vmstat.c,v 1.66 2006/05/11 12:01:33 yamt Exp $"); #endif /* not lint */ /* @@ -42,13 +42,13 @@ __RCSID("$NetBSD: vmstat.c,v 1.65 2006/04/14 13:14:06 blymn Exp $"); */ #include -#include #include #include #include #include +#include #include #include #include