X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fvmem.c;h=2ab7dda79906cc534ad8c35a544d149f449ba212;hb=25824c65721f0f21cadf1607fad367c7e7831816;hp=c7229756032b7837ca6d0275594e55d346e23885;hpb=7f07c55bac640c7a50d516248a3152235a14af59;p=collectd.git diff --git a/src/vmem.c b/src/vmem.c index c7229756..2ab7dda7 100644 --- a/src/vmem.c +++ b/src/vmem.c @@ -26,8 +26,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #if KERNEL_LINUX static const char *config_keys[] = {"Verbose"};