diff options
Diffstat (limited to 'login/pty.h')
-rw-r--r-- | login/pty.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/login/pty.h b/login/pty.h index c8745d4..3c052a0 100644 --- a/login/pty.h +++ b/login/pty.h @@ -21,6 +21,9 @@ #include <features.h> +struct termios; +struct winsize; + #include <termios.h> #include <sys/ioctl.h> |