X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fperl.c;h=1ad72487cc329c487eef65cc65837edee74bfc31;hb=edc842a72e095b67348ed96d287c857ead49d229;hp=bcf7bb17ed76add6ef8f680cf2511b3fbf123535;hpb=5afa2f82d43e2a7952d8f347f6f40b5778c59db8;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