From 60cc340d82f5a470fed8ad4fe6d885a215c0f2c6 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 19 Feb 2002 00:05:59 +0000 Subject: Fixed divots that I created when I moved prototypes of group_from_gid and user_from_uid to grp.h and pwd.h. Update the man pages. Submitted by: David Malone Pointy hat to: imp --- bin/ls/ls.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/ls/ls.c') diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 466539b..644a4cb 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -58,8 +58,10 @@ static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94"; #include #include #include +#include #include #include +#include #include #include #include -- cgit v1.1