X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Futils_vl_lookup.c;h=052c4c0f83b630fd42dd6b64df5ff257d22737a2;hp=76c0674b8d596e6f0e28eb97830eef9a5a422465;hb=da11ce02eb202b3e01d3e2d1b40f248a84430973;hpb=0eff2a882a9265fd59d4f7a265c6b6810acb0032 diff --git a/src/utils_vl_lookup.c b/src/utils_vl_lookup.c index 76c0674b..052c4c0f 100644 --- a/src/utils_vl_lookup.c +++ b/src/utils_vl_lookup.c @@ -33,6 +33,10 @@ #include "utils_avltree.h" #include "utils_vl_lookup.h" +#if HAVE_KSTAT_H +#include +#endif + #if HAVE_LIBKSTAT kstat_ctl_t *kc; #endif /* HAVE_LIBKSTAT */