new header file locations
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 9 Jun 1989 04:38:16 +0000 (20:38 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 9 Jun 1989 04:38:16 +0000 (20:38 -0800)
SCCS-vsn: usr.bin/vmstat/vmstat.c 5.15

usr/src/usr.bin/vmstat/vmstat.c

index 3c4f0c3..0a0c31d 100644 (file)
@@ -22,7 +22,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)vmstat.c   5.14 (Berkeley) %G%";
+static char sccsid[] = "@(#)vmstat.c   5.15 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -31,7 +31,9 @@ static char sccsid[] = "@(#)vmstat.c  5.14 (Berkeley) %G%";
 #include <sys/dkstat.h>
 #include <sys/buf.h>
 #include <sys/dir.h>
 #include <sys/dkstat.h>
 #include <sys/buf.h>
 #include <sys/dir.h>
-#include <sys/inode.h>
+#include <sys/time.h>
+#include <sys/vnode.h>
+#include <ufs/inode.h>
 #include <sys/namei.h>
 #include <sys/text.h>
 #include <sys/malloc.h>
 #include <sys/namei.h>
 #include <sys/text.h>
 #include <sys/malloc.h>