=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rlogin/Attic/kcmd.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/rlogin/Attic/kcmd.c 1997/06/29 11:10:36 1.9 +++ src/usr.bin/rlogin/Attic/kcmd.c 1998/03/25 19:51:05 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: kcmd.c,v 1.9 1997/06/29 11:10:36 provos Exp $ */ +/* $OpenBSD: kcmd.c,v 1.10 1998/03/25 19:51:05 art Exp $ */ /* $NetBSD: kcmd.c,v 1.2 1995/03/21 07:58:32 cgd Exp $ */ /* @@ -39,7 +39,7 @@ static char Xsccsid[] = "derived from @(#)rcmd.c 5.17 (Berkeley) 6/27/88"; static char sccsid[] = "@(#)kcmd.c 8.2 (Berkeley) 8/19/93"; #else -static char rcsid[] = "$OpenBSD: kcmd.c,v 1.9 1997/06/29 11:10:36 provos Exp $"; +static char rcsid[] = "$OpenBSD: kcmd.c,v 1.10 1998/03/25 19:51:05 art Exp $"; #endif #endif /* not lint */ @@ -64,6 +64,8 @@ #include #include #include + +#include #ifndef MAXHOSTNAMELEN #define MAXHOSTNAMELEN 64