diff options
-rw-r--r-- | bin/ls/print.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c index bcaf611..87fcf64 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -50,13 +50,12 @@ static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94"; #include <err.h> #include <errno.h> #include <fts.h> -#include <grp.h> #include <math.h> #include <langinfo.h> -#include <pwd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include <unistd.h> #ifdef COLORLS #include <ctype.h> |