aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
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/vmstat.c
parent85f689485d1690a346f4a05830e2318e924b351c (diff)
downloadsrc-5141eaa463249123b5716f620145fab7ec8f993c.tar.gz
src-5141eaa463249123b5716f620145fab7ec8f993c.zip
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.
Notes
Notes: svn path=/head/; revision=12804
Diffstat (limited to 'usr.bin/vmstat/vmstat.c')
-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>