Auto-Merge pull request #2784 from rpv-tomsk/fix-5.8
authorcollectd bot <32910397+collectd-bot@users.noreply.github.com>
Sun, 20 May 2018 17:21:04 +0000 (19:21 +0200)
committerGitHub <noreply@github.com>
Sun, 20 May 2018 17:21:04 +0000 (19:21 +0200)
Automatically merged due to "Automerge" label

src/daemon/common.c

index cf981dc..d5322ed 100644 (file)
 #include <sys/capability.h>
 #endif
 
+#if HAVE_KSTAT_H
+#include <kstat.h>
+#endif
+
 #ifdef HAVE_LIBKSTAT
 extern kstat_ctl_t *kc;
 #endif