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:
@@ -78,6 +78,9 @@
|
||||
#include "../plugins/plugin-config.h"
|
||||
|
||||
|
||||
extern char **environ;
|
||||
|
||||
|
||||
/*
|
||||
* Callback for command "/away".
|
||||
*
|
||||
|
||||
@@ -55,6 +55,9 @@
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
|
||||
extern char **environ;
|
||||
|
||||
|
||||
/*
|
||||
* Adds bar names to completion list.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user