X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fperl.c;h=09e6e5aafaeccac5d6d6ab0cd4274c569f2df892;hb=25824c65721f0f21cadf1607fad367c7e7831816;hp=31c68ad78f4b03d72bdd3b853cf1689455ed333b;hpb=e11b359144492baa97d648efc700203d0b56d32e;p=collectd.git diff --git a/src/perl.c b/src/perl.c index 31c68ad7..09e6e5aa 100644 --- a/src/perl.c +++ b/src/perl.c @@ -33,6 +33,7 @@ /* do not automatically get the thread specific Perl interpreter */ #define PERL_NO_GET_CONTEXT +#include "collectd.h" #include #include @@ -46,8 +47,8 @@ #endif /* DEBUG */ /* ... while we want the definition found in plugin.h. */ -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #include "filter_chain.h"