mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add explicit #include of <sys/vmmeter.h> after the last round of <vm/vm.h>
changes.
This commit is contained in:
parent
5141eaa463
commit
0fe1bab6cc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12805
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94";
|
|||
#include <sys/proc.h>
|
||||
#include <sys/namei.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/vmmeter.h>
|
||||
#include <vm/vm.h>
|
||||
|
||||
#include <signal.h>
|
||||
|
|
Loading…
Reference in a new issue