diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-04-25 13:41:51 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-04-27 09:46:53 +0100 |
| commit | 75d22a8da7a0886175094ccdf3201ede954a9f90 (patch) | |
| tree | bb9700f4215fb0b572f4787e64c169933ebc2950 /src/shell_manager.cc | |
| parent | cf142872dc75f9c425a0d0e35becfd6f2f993449 (diff) | |
Add another missing include in shell_manager.cc
Diffstat (limited to 'src/shell_manager.cc')
| -rw-r--r-- | src/shell_manager.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell_manager.cc b/src/shell_manager.cc index d11dc88b..cfc364cd 100644 --- a/src/shell_manager.cc +++ b/src/shell_manager.cc @@ -11,6 +11,7 @@ #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> +#include <stdlib.h> extern char **environ; |
