From 32744e40cd245f04ae7eabd1b82018939d78b14f Mon Sep 17 00:00:00 2001 From: John Birrell Date: Fri, 20 Feb 1998 04:48:37 +0000 Subject: [PATCH] Add #include to get prototypes. --- usr.bin/fsplit/fsplit.c | 3 ++- usr.bin/mklocale/yacc.y | 1 + usr.bin/mkstr/mkstr.c | 3 ++- usr.bin/rs/rs.c | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/usr.bin/fsplit/fsplit.c b/usr.bin/fsplit/fsplit.c index 73a2b349e6e9..03cf08a46500 100644 --- a/usr.bin/fsplit/fsplit.c +++ b/usr.bin/fsplit/fsplit.c @@ -45,12 +45,13 @@ static const char copyright[] = static char sccsid[] = "@(#)fsplit.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: fsplit.c,v 1.3 1997/07/08 11:01:35 charnier Exp $"; #endif /* not lint */ #include #include #include +#include #include #include #include diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index 760d112ab2a8..a54f25cb338b 100644 --- a/usr.bin/mklocale/yacc.y +++ b/usr.bin/mklocale/yacc.y @@ -44,6 +44,7 @@ static char sccsid[] = "@(#)yacc.y 8.1 (Berkeley) 6/6/93"; #include #include #include +#include #include "ldef.h" diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index 7f2efe25766c..588af2c20760 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -42,12 +42,13 @@ static const char copyright[] = static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: mkstr.c,v 1.2 1997/07/24 07:05:02 charnier Exp $"; #endif /* not lint */ #include #include #include +#include #define ungetchar(c) ungetc(c, stdin) diff --git a/usr.bin/rs/rs.c b/usr.bin/rs/rs.c index a023db94f943..b495a8f630c2 100644 --- a/usr.bin/rs/rs.c +++ b/usr.bin/rs/rs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: rs.c,v 1.3 1997/08/07 06:42:37 charnier Exp $"; #endif /* not lint */ /* @@ -55,6 +55,7 @@ static const char rcsid[] = #include #include #include +#include long flags; #define TRANSPOSE 000001