diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2020-08-11 15:54:46 +0430 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-12 11:41:18 +0200 |
commit | ab3e787334b31d7070d774a44d13d9080f06e34f (patch) | |
tree | dae8f2bce3b180dc18e73682879b248e9f065a66 /Shell/Job.cpp | |
parent | 8a17527bc524bff5094757a2b82d105c8cfa0e67 (diff) | |
download | serenity-ab3e787334b31d7070d774a44d13d9080f06e34f.zip |
Shell: Moves pipelined processes to one process group
Diffstat (limited to 'Shell/Job.cpp')
-rw-r--r-- | Shell/Job.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Shell/Job.cpp b/Shell/Job.cpp index 29408c5266..498fc850c1 100644 --- a/Shell/Job.cpp +++ b/Shell/Job.cpp @@ -25,6 +25,7 @@ */ #include "Job.h" +#include "AST.h" #include <inttypes.h> #include <stdio.h> #include <sys/wait.h> |