X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcontextswitch.c;h=acf3a74d65711151151a469495e8ed90669d7e5c;hb=4d36eb7419a5857313cf2e2854d2b56975f9d4a4;hp=35ac5a397b03b1a095ac6199d5af48096546f0eb;hpb=072244d2e10336241610a1a0448a8149e9c77e7e;p=collectd.git diff --git a/src/contextswitch.c b/src/contextswitch.c index 35ac5a39..acf3a74d 100644 --- a/src/contextswitch.c +++ b/src/contextswitch.c @@ -23,8 +23,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #ifdef HAVE_SYS_SYSCTL_H #include