Merge pull request #93 from jjthrash/extern_environ
Define extern char **environ for OSX, which doesn't define it in a header
This commit is contained in:
commit
ad94c01d79
|
@ -1,5 +1,9 @@
|
||||||
#include "env_vars.hh"
|
#include "env_vars.hh"
|
||||||
|
|
||||||
|
#if __APPLE__
|
||||||
|
extern char **environ;
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Kakoune
|
namespace Kakoune
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user