@@ -31,7 +31,9 @@
#include <inttypes.h>
#include <signal.h>
#include <sys/wait.h>
+#include <unistd.h>
+extern char** environ;
extern RefPtr<Line::Editor> editor;
int Shell::builtin_alias(int argc, const char** argv)
@@ -52,6 +52,7 @@
static bool s_disable_hyperlinks = false;
//#define SH_DEBUG