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/head/head.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'usr.bin/head') diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index 9c13591..d154d53 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -38,15 +38,17 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)head.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 5/4/95"; #endif /* not lint */ #include + +#include #include +#include #include #include -#include -#include +#include /* * head - give the first few lines of a stream or of each of a set of files -- cgit v1.1