X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fperl.c;h=a2f5da299bf92ae9679d3fd69b478f691540e3e4;hb=1ef654ef7d8225667666b206819d63689dd3b2e4;hp=50def1fccb7032ffb8be01efb3f161d305f2c3d8;hpb=9fcc56456620f6f5663e7b2ca2168d612dc6bd6c;p=collectd.git diff --git a/src/perl.c b/src/perl.c index 50def1fc..a2f5da29 100644 --- a/src/perl.c +++ b/src/perl.c @@ -145,6 +145,11 @@ typedef struct { } while (0) /* + * Public variable + */ +extern char **environ; + +/* * private variables */