diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -90,6 +90,7 @@ #include "hash.h" #include "human.h" #include "filemode.h" +#include "idcache.h" #include "inttostr.h" #include "ls.h" #include "lstat.h" @@ -193,9 +194,6 @@ struct bin_str const char *string; /* Pointer to the same */ }; -char *getgroup (); -char *getuser (); - #if ! HAVE_TCGETPGRP # define tcgetpgrp(Fd) 0 #endif |