X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flogfile.c;h=3a25319e1410d591cb413a0bfdf36fb015e6e7d1;hb=6378ec288f34ff250b2971a1452338a2b34c240a;hp=fa56a1bcc95e790d5aac21d4aa42394fc5548835;hpb=614660f40c32b5af9b6c4852e4e370fc3953a5c8;p=collectd.git diff --git a/src/logfile.c b/src/logfile.c index fa56a1bc..3a25319e 100644 --- a/src/logfile.c +++ b/src/logfile.c @@ -28,8 +28,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #if COLLECT_DEBUG static int log_level = LOG_DEBUG;