diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-11-17 15:56:09 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-11-17 15:56:09 +0100 |
commit | 303577df16cf990d1c0cb2c83cd8a954258809ba (patch) | |
tree | 44465262dd4225bb6e4ea01173bc58e072891818 /LibC/stdio.cpp | |
parent | e440c3fa87d69d77c6af390d33f535c67c91f8b9 (diff) | |
download | serenity-303577df16cf990d1c0cb2c83cd8a954258809ba.zip |
Various stubs while trying to get an old coreutils to build.
Diffstat (limited to 'LibC/stdio.cpp')
-rw-r--r-- | LibC/stdio.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibC/stdio.cpp b/LibC/stdio.cpp index d04373c7d2..ed49a3ee1f 100644 --- a/LibC/stdio.cpp +++ b/LibC/stdio.cpp @@ -7,6 +7,7 @@ #include <assert.h> #include <stdlib.h> #include <unistd.h> +#include <fcntl.h> #include <Kernel/Syscall.h> #include <AK/printf.cpp> |