diff options
-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> |