From deba7db48c7897a6302d3d706887bbddc3604c00 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 11 Mar 1997 13:43:33 +0000 Subject: Merge from Lite2 --- usr.bin/cut/cut.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/cut/cut.c') diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index 2c887ff..15e1524 100644 --- a/usr.bin/cut/cut.c +++ b/usr.bin/cut/cut.c @@ -41,7 +41,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)cut.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)cut.c 8.3 (Berkeley) 5/4/95"; #endif /* not lint */ #include @@ -50,6 +50,7 @@ static char sccsid[] = "@(#)cut.c 8.1 (Berkeley) 6/6/93"; #include #include #include +#include int cflag; char dchar; -- cgit v1.1