X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fperl.c;h=a2f5da299bf92ae9679d3fd69b478f691540e3e4;hb=0a73779531039d715e8ca405658c65ba03fad408;hp=50def1fccb7032ffb8be01efb3f161d305f2c3d8;hpb=35f98b6e5c4c30bd7aeb52c7894c5f6e276638da;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 */