X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fperl.c;h=1ad72487cc329c487eef65cc65837edee74bfc31;hb=c1406acc1770790a46fc674353154e46354afc9d;hp=bcf7bb17ed76add6ef8f680cf2511b3fbf123535;hpb=011b30ce3a419d543040102bb3d077e7fbd4aa0f;p=collectd.git diff --git a/src/perl.c b/src/perl.c index bcf7bb17..1ad72487 100644 --- a/src/perl.c +++ b/src/perl.c @@ -25,7 +25,6 @@ */ #include "collectd.h" -#include "common.h" #include "configfile.h" @@ -41,6 +40,7 @@ /* ... while we want the definition found in plugin.h. */ #include "plugin.h" +#include "common.h" #define PLUGIN_INIT 0 #define PLUGIN_READ 1