mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Add #include <sys/resource.h>
My apologies for missing these #includes, I must have confused the dependencies with a wrong timestamp or something.
This commit is contained in:
parent
3bd41074f4
commit
190ff54ebb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111008
@ -54,6 +54,7 @@ static const char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93";
|
||||
#include <sys/signal.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/vmmeter.h>
|
||||
|
||||
|
@ -102,6 +102,7 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/errno.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include <err.h>
|
||||
|
Loading…
Reference in New Issue
Block a user