aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-12-13 11:33:34 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-12-13 11:33:34 +0000
commit5141eaa463249123b5716f620145fab7ec8f993c (patch)
tree97d0f07fdb25aeedd2c9439081c02a2501a65e9c /usr.bin/vmstat
parent85f689485d1690a346f4a05830e2318e924b351c (diff)
Notes
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/vmstat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 8776fc2dfd2a..0c632a2fb642 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -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>