X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fperl.c;h=1ad72487cc329c487eef65cc65837edee74bfc31;hb=63cbff115ba03717e81087d1419fc07c24d205c2;hp=bcf7bb17ed76add6ef8f680cf2511b3fbf123535;hpb=402f6df1e035c588f809eb4a85650c5ef3e4d082;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