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