X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fnuma.c;h=dfe7a6dc605bf41fda65f56f5f61bb0296a79823;hp=c68fb8693a4e244cf497305c1e9516e264be200a;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=358bf39b09f69220fc8e1b6c2fe98e5e185e3364 diff --git a/src/numa.c b/src/numa.c index c68fb869..dfe7a6dc 100644 --- a/src/numa.c +++ b/src/numa.c @@ -26,8 +26,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #if !KERNEL_LINUX #error "No applicable input method."