Define extern char **environ for OSX, which doesn't define it in a header
This commit is contained in:
parent
3858479d3d
commit
061264c039
|
@ -1,5 +1,9 @@
|
|||
#include "env_vars.hh"
|
||||
|
||||
#if __APPLE__
|
||||
extern char **environ;
|
||||
#endif
|
||||
|
||||
namespace Kakoune
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user