diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 95ed04345993..f76b48d55546 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -46,7 +46,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)finger.c 5.22 (Berkeley) 6/29/90";*/ -static char rcsid[] = "$Id: finger.c,v 1.3 1993/10/07 19:58:29 brezak Exp $"; +static char rcsid[] = "$Id: finger.c,v 1.4 1994/12/24 16:33:46 cgd Exp $"; #endif /* not lint */ /* @@ -65,6 +65,7 @@ static char rcsid[] = "$Id: finger.c,v 1.3 1993/10/07 19:58:29 brezak Exp $"; #include #include #include +#include #include "finger.h" time_t now; diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index b0fbe66842b1..39af25ee4554 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -36,7 +36,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)lprint.c 5.13 (Berkeley) 10/31/90";*/ -static char rcsid[] = "$Id: lprint.c,v 1.3 1993/10/07 19:58:31 brezak Exp $"; +static char rcsid[] = "$Id: lprint.c,v 1.4 1994/12/24 16:33:51 cgd Exp $"; #endif /* not lint */ #include @@ -45,6 +45,7 @@ static char rcsid[] = "$Id: lprint.c,v 1.3 1993/10/07 19:58:31 brezak Exp $"; #include #include #include +#include #include #include #include "finger.h" diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index f5e2bfe99a8e..8184998ccba5 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -36,7 +36,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)net.c 5.5 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: net.c,v 1.3 1994/01/14 03:50:50 mycroft Exp $"; +static char rcsid[] = "$Id: net.c,v 1.4 1994/12/24 16:33:53 cgd Exp $"; #endif /* not lint */ #include @@ -44,6 +44,7 @@ static char rcsid[] = "$Id: net.c,v 1.3 1994/01/14 03:50:50 mycroft Exp $"; #include #include #include +#include #include netfinger(name) diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 7ac334ff6faa..c3a60467b7c6 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -36,13 +36,14 @@ #ifndef lint /*static char sccsid[] = "from: @(#)util.c 5.14 (Berkeley) 1/17/91";*/ -static char rcsid[] = "$Id: util.c,v 1.4 1994/04/01 03:33:42 cgd Exp $"; +static char rcsid[] = "$Id: util.c,v 1.5 1994/12/24 16:33:55 cgd Exp $"; #endif /* not lint */ #include #include #include #include +#include #include #include #include