Code

Collectd.pm: Added missing entry to the plugin (type id, type name) map.
[collectd.git] / src / perl.c
index 50def1fccb7032ffb8be01efb3f161d305f2c3d8..a2f5da299bf92ae9679d3fd69b478f691540e3e4 100644 (file)
@@ -144,6 +144,11 @@ typedef struct {
                sfree (data); \
        } while (0)
 
+/*
+ * Public variable
+ */
+extern char **environ;
+
 /*
  * private variables
  */