Added missing include of 'kstat.h' and variable declaration
authorPavel Rochnyack <pavel2000@ngs.ru>
Sun, 20 May 2018 19:35:44 +0000 (02:35 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Sun, 20 May 2018 19:36:18 +0000 (02:36 +0700)
commit443be7f787ad39a38ea15eed5babe24c03e5f0b6
tree629fba34db7ad07859ed24d8a3f0b926798da9c3
parent8d39c32427225cea2ec2f2d18ae72984100ad432
Added missing include of 'kstat.h' and variable declaration

This adressed to solve compilation issue on Solaris platform:

src/daemon/collectd.c:212: error: 'kc' undeclared (first use in this function)
src/daemon/collectd.c:213: error: implicit declaration of function 'kstat_open'
src/daemon/collectd.c