diff options
Diffstat (limited to 'sshtty.c')
-rw-r--r-- | sshtty.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshtty.c,v 1.11 2006/08/01 23:22:48 stevesk Exp $ */ | 1 | /* $OpenBSD: sshtty.c,v 1.12 2006/08/03 03:34:42 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -37,8 +37,10 @@ | |||
37 | 37 | ||
38 | #include "includes.h" | 38 | #include "includes.h" |
39 | 39 | ||
40 | #include <sys/types.h> | ||
40 | #include <stdio.h> | 41 | #include <stdio.h> |
41 | #include <termios.h> | 42 | #include <termios.h> |
43 | #include <pwd.h> | ||
42 | 44 | ||
43 | #include "sshpty.h" | 45 | #include "sshpty.h" |
44 | 46 | ||