diff options
Diffstat (limited to 'Userland/Shell/AST.cpp')
-rw-r--r-- | Userland/Shell/AST.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Shell/AST.cpp b/Userland/Shell/AST.cpp index 992452f503..91478a77a0 100644 --- a/Userland/Shell/AST.cpp +++ b/Userland/Shell/AST.cpp @@ -33,6 +33,7 @@ #include <AK/URL.h> #include <LibCore/EventLoop.h> #include <LibCore/File.h> +#include <fcntl.h> #include <signal.h> //#define EXECUTE_DEBUG |