diff options
Diffstat (limited to 'sshpty.h')
-rw-r--r-- | sshpty.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshpty.h,v 1.8 2006/03/25 22:22:43 djm Exp $ */ | 1 | /* $OpenBSD: sshpty.h,v 1.9 2006/07/06 16:03:53 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -17,6 +17,9 @@ | |||
17 | #ifndef SSHPTY_H | 17 | #ifndef SSHPTY_H |
18 | #define SSHPTY_H | 18 | #define SSHPTY_H |
19 | 19 | ||
20 | #include <sys/types.h> | ||
21 | |||
22 | #include <pwd.h> | ||
20 | #include <termios.h> | 23 | #include <termios.h> |
21 | 24 | ||
22 | struct termios get_saved_tio(void); | 25 | struct termios get_saved_tio(void); |