diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c index 77e88a8e5621..b753927979a2 100644 --- a/usr.bin/fmt/fmt.c +++ b/usr.bin/fmt/fmt.c @@ -39,10 +39,12 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)fmt.c 5.10 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: fmt.c,v 1.2 1993/08/01 18:15:53 mycroft Exp $"; +static char rcsid[] = "$Id: fmt.c,v 1.3 1994/12/24 16:35:17 cgd Exp $"; #endif /* not lint */ #include +#include +#include #include /* @@ -68,7 +70,6 @@ int pfx; /* Current leading blank count */ int lineno; /* Current input line */ int mark; /* Last place we saw a head line */ -char *malloc(); /* for lint . . . */ char *headnames[] = {"To", "Subject", "Cc", 0}; /*