summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iostat
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-02-16 16:01:52 +0000
committerphk <phk@FreeBSD.org>2003-02-16 16:01:52 +0000
commit9948f76f416fc3d2e93b6c156144165940c3d0d1 (patch)
tree1d993843834234f1057151e8d036589a75495089 /usr.sbin/iostat
parent69de4d8f37d5152c668eef0e0d7f509eca013fe9 (diff)
downloadFreeBSD-src-9948f76f416fc3d2e93b6c156144165940c3d0d1.zip
FreeBSD-src-9948f76f416fc3d2e93b6c156144165940c3d0d1.tar.gz
Add #include <sys/resource.h>
My apologies for missing these #includes, I must have confused the dependencies with a wrong timestamp or something.
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r--usr.sbin/iostat/iostat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c
index d3b746d..3370df2 100644
--- a/usr.sbin/iostat/iostat.c
+++ b/usr.sbin/iostat/iostat.c
@@ -102,6 +102,7 @@
#include <sys/param.h>
#include <sys/errno.h>
+#include <sys/resource.h>
#include <sys/sysctl.h>
#include <err.h>
OpenPOWER on IntegriCloud