diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-16 16:01:52 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-16 16:01:52 +0000 |
| commit | 190ff54ebb166558d461f3b0e817d993cd624a44 (patch) | |
| tree | 1d993843834234f1057151e8d036589a75495089 /usr.sbin | |
| parent | 3bd41074f46bcd1de601d86a8ce965c66821f338 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/iostat/iostat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index d3b746d048296..3370df283de80 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> |
