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