=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.c,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- src/usr.bin/ssh/session.c 2001/02/08 17:11:23 1.54 +++ src/usr.bin/ssh/session.c 2001/02/08 19:30:52 1.55 @@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.54 2001/02/08 17:11:23 stevesk Exp $"); +RCSID("$OpenBSD: session.c,v 1.55 2001/02/08 19:30:52 itojun Exp $"); #include "ssh.h" #include "ssh1.h" @@ -56,6 +56,7 @@ #include "login.h" #include "serverloop.h" #include "canohost.h" +#include "session.h" #ifdef HAVE_LOGIN_CAP #include