X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fhddtemp.c;h=96b4f0c59addbb7d78bed638f312dceb20cf8483;hp=36c41289b54471be6bc13b38ddf0b4613d1e2872;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=072244d2e10336241610a1a0448a8149e9c77e7e diff --git a/src/hddtemp.c b/src/hddtemp.c index 36c41289..96b4f0c5 100644 --- a/src/hddtemp.c +++ b/src/hddtemp.c @@ -33,8 +33,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #include #include /* for basename */ @@ -53,7 +53,7 @@ static const char *config_keys[] = {"Host", "Port"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); -static char *hddtemp_host = NULL; +static char *hddtemp_host; static char hddtemp_port[16]; /*