1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

core: add missing declaration of "environ" (fix compilation on Mac OS X)

This commit is contained in:
Sébastien Helleu
2014-06-27 22:11:46 +02:00
parent 0191818368
commit 39fc5b91de
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -78,6 +78,9 @@
#include "../plugins/plugin-config.h"
extern char **environ;
/*
* Callback for command "/away".
*
+3
View File
@@ -55,6 +55,9 @@
#include "../plugins/plugin.h"
extern char **environ;
/*
* Adds bar names to completion list.
*/