X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fconntrack.c;h=7b61eef0814647df272bde241244f9468164716d;hp=29c7003e9296dfaebb44cb9fa0892db2bcbb981a;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=38e94dcc796e5d00088826ffd5d43ca5a2e590a2 diff --git a/src/conntrack.c b/src/conntrack.c index 29c7003e..7b61eef0 100644 --- a/src/conntrack.c +++ b/src/conntrack.c @@ -23,8 +23,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #if !KERNEL_LINUX #error "No applicable input method."