X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fapache.c;h=4014bbaff07a147e8777492cd8b8fc1f800b47e7;hb=965115a9ec6d4beaea5c6c1483176b80445c5f96;hp=5c67a3885fa9b0fccfbe76bc57df9854ef91693d;hpb=28e701a07d1ea28b12d0e7c2e6ce57c993b2d509;p=collectd.git 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 */