X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fhddtemp.c;h=96b4f0c59addbb7d78bed638f312dceb20cf8483;hb=39049b56158161b4f9eeacdad8918bcf0f1f7e90;hp=36c41289b54471be6bc13b38ddf0b4613d1e2872;hpb=8e5e2e927f9cf051ef210473b1b48ff62d81f585;p=collectd.git 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]; /*