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:
parent
85f689485d
commit
5141eaa463
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12804
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user