Added missing include of 'kstat.h'
authorPavel Rochnyack <pavel2000@ngs.ru>
Sun, 20 May 2018 17:52:33 +0000 (00:52 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Sun, 20 May 2018 17:52:33 +0000 (00:52 +0700)
commit18bd5ab738b3746e39a95d2def13903f04e2386b
tree0482fb4bfe0e1623ce2368ec271c02e5f37293cc
parentd927ce451022415b65caa911c69d1e98c4096e8c
Added missing include of 'kstat.h'

This adressed to solve compilation issue on Solaris platform:

src/utils_vl_lookup.c:37:1: error: unknown type name 'kstat_ctl_t'
 kstat_ctl_t *kc;
src/cpu.c
src/daemon/common_test.c
src/daemon/plugin_mock.c
src/daemon/utils_subst_test.c
src/disk.c
src/interface.c
src/tape.c
src/uptime.c
src/utils_mount_test.c
src/utils_vl_lookup.c
src/zfs_arc.c