add a #include <sys/vmmeter.h> since we are using the vmmeter structures

and this was once (but no longer it seems) included by <vm/vm.h>
It should now compile again.
This commit is contained in:
Peter Wemm 1995-12-13 11:33:34 +00:00
parent 85f689485d
commit 5141eaa463
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12804

View File

@ -53,6 +53,7 @@ static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93";
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/sysctl.h>
#include <sys/vmmeter.h>
#include <vm/vm.h>
#include <time.h>
#include <nlist.h>