Code

Merge pull request #1178 from rubenk/fix-libmodbus-compilation-on-freebsd
[collectd.git] / src / daemon / plugin_mock.c
index 865288099500979c5ebaeab904899693a8e2cff1..f7bf1c016ad894f926003ad179112a6196edd161 100644 (file)
 
 #include "plugin.h"
 
+#if HAVE_LIBKSTAT
+kstat_ctl_t *kc = NULL;
+#endif /* HAVE_LIBKSTAT */
+
 void plugin_log (int level, char const *format, ...)
 {
   char buffer[1024];