From 7f92b62ee315cfd4e6dce7f0155782194438d5ce Mon Sep 17 00:00:00 2001 From: jb Date: Fri, 20 Feb 1998 04:48:37 +0000 Subject: Add #include to get prototypes. --- usr.bin/mkstr/mkstr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/mkstr') diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index 7f2efe2..588af2c 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) -- cgit v1.1