From: Jim Meyering Date: Fri, 9 Apr 2004 12:03:02 +0000 (+0000) Subject: undo last change X-Git-Tag: v5.3.0~1822 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c4b346f1d394e99189315378e42146726796b3;p=thirdparty%2Fcoreutils.git undo last change --- diff --git a/src/remove.c b/src/remove.c index 7b6c4d14a6..b1624f31fa 100644 --- a/src/remove.c +++ b/src/remove.c @@ -29,6 +29,7 @@ #include "dirname.h" #include "error.h" #include "euidaccess.h" +#include "file-type.h" #include "hash.h" #include "hash-pjw.h" #include "obstack.h" diff --git a/src/stat.c b/src/stat.c index f91d2395b4..cf2dd0fbec 100644 --- a/src/stat.c +++ b/src/stat.c @@ -46,6 +46,7 @@ #include "error.h" #include "filemode.h" +#include "file-type.h" #include "fs.h" #include "getopt.h" #include "inttostr.h"