diff options
author | bde <bde@FreeBSD.org> | 2002-08-18 17:35:55 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-08-18 17:35:55 +0000 |
commit | 971c6f16e01e4bee68092613ca9a0ab35e2b9048 (patch) | |
tree | b831a0048ca286861ea89844968f078cd633955e /usr.sbin/iostat | |
parent | 9d62c6da40885350fa32822305b736143a042c1a (diff) | |
download | FreeBSD-src-971c6f16e01e4bee68092613ca9a0ab35e2b9048.zip FreeBSD-src-971c6f16e01e4bee68092613ca9a0ab35e2b9048.tar.gz |
Include <nlist.h> for nlist interfaces instead of depending on namespace
pollution in <kvm.h>.
Diffstat (limited to 'usr.sbin/iostat')
-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 d11909a..f0d3123 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -109,6 +109,7 @@ #include <ctype.h> #include <fcntl.h> #include <kvm.h> +#include <nlist.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |