diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-10-03 11:21:35 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-10-03 11:21:35 +0100 |
| commit | 38e9bf4f96e78bfd62d445c3490c5cfc40f45f8c (patch) | |
| tree | 7372e04aa78e0f3f0bd8df98caf363633ff02c73 /src/shell_manager.cc | |
| parent | 215cb73a0c1bb275946a1871cea09ab48df0bf3f (diff) | |
Fix OSX compilation
Diffstat (limited to 'src/shell_manager.cc')
| -rw-r--r-- | src/shell_manager.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell_manager.cc b/src/shell_manager.cc index d2d6789a..e6fb068c 100644 --- a/src/shell_manager.cc +++ b/src/shell_manager.cc @@ -10,6 +10,8 @@ #include <sys/wait.h> #include <unistd.h> +extern char **environ; + namespace Kakoune { |
