Added missing include of 'kstat.h'
authorPavel Rochnyack <pavel2000@ngs.ru>
Sun, 20 May 2018 16:48:00 +0000 (23:48 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Sun, 20 May 2018 16:48:00 +0000 (23:48 +0700)
commitd927ce451022415b65caa911c69d1e98c4096e8c
tree2553cda76b9a410014911ac91ef7d8ecbb3e0ae0
parent753955ef2710a741881d25e9247217a56e6d726d
Added missing include of 'kstat.h'

This adressed to solve compilation issue on Solaris platform:

src/daemon/common.c:64:8: error: unknown type name 'kstat_ctl_t'
  extern kstat_ctl_t *kc;
src/daemon/common.c