diff options
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: session.c,v 1.214 2006/07/26 13:57:17 stevesk Exp $ */ | 1 | /* $OpenBSD: session.c,v 1.215 2006/08/01 23:22:47 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
4 | * All rights reserved | 4 | * All rights reserved |
@@ -53,6 +53,7 @@ | |||
53 | #endif | 53 | #endif |
54 | #include <pwd.h> | 54 | #include <pwd.h> |
55 | #include <signal.h> | 55 | #include <signal.h> |
56 | #include <stdio.h> | ||
56 | #include <stdlib.h> | 57 | #include <stdlib.h> |
57 | #include <string.h> | 58 | #include <string.h> |
58 | #include <unistd.h> | 59 | #include <unistd.h> |