X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fapache.c;h=4014bbaff07a147e8777492cd8b8fc1f800b47e7;hp=5c67a3885fa9b0fccfbe76bc57df9854ef91693d;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=614660f40c32b5af9b6c4852e4e370fc3953a5c8 diff --git a/src/apache.c b/src/apache.c index 5c67a388..4014bbaf 100644 --- a/src/apache.c +++ b/src/apache.c @@ -26,8 +26,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #include @@ -224,7 +224,8 @@ static int config_add(oconfig_item_t *ci) { /* callback = */ apache_read_host, /* interval = */ 0, &(user_data_t){ - .data = st, .free_func = apache_free, + .data = st, + .free_func = apache_free, }); } /* int config_add */