Add another missing include in shell_manager.cc

This commit is contained in:
Maxime Coste 2016-04-25 13:41:51 +01:00
parent cf142872dc
commit 75d22a8da7

View File

@ -11,6 +11,7 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <stdlib.h>
extern char **environ;