diff options
Diffstat (limited to 'lib/libc/unistd/isatty.c')
| -rw-r--r-- | lib/libc/unistd/isatty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/unistd/isatty.c b/lib/libc/unistd/isatty.c index 46a952e4..589a8f65 100644 --- a/lib/libc/unistd/isatty.c +++ b/lib/libc/unistd/isatty.c @@ -1,3 +1,4 @@ + #include <asm-generic/ioctls.h> // for TIOCGWINSZ #include <syscall.h> // for __syscall_3, syscall #include <termios.h> // for winsize |
