X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fcommon.c;fp=src%2Fdaemon%2Fcommon.c;h=d5322ed8dbb855495cf185ad4903c0ac3d398fe6;hb=d927ce451022415b65caa911c69d1e98c4096e8c;hp=cf981dc0a3d8b03b0022bf997f430115e7d4cc47;hpb=753955ef2710a741881d25e9247217a56e6d726d;p=collectd.git diff --git a/src/daemon/common.c b/src/daemon/common.c index cf981dc0..d5322ed8 100644 --- a/src/daemon/common.c +++ b/src/daemon/common.c @@ -60,6 +60,10 @@ #include #endif +#if HAVE_KSTAT_H +#include +#endif + #ifdef HAVE_LIBKSTAT extern kstat_ctl_t *kc; #endif