From: Jim Meyering Date: Sat, 12 May 2001 09:52:56 +0000 (+0000) Subject: Include dirname.h, to get base_name X-Git-Tag: CPPI-1_9~163 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=99fa315bf8768c75cc1bfccbb9aeac657f989110;p=thirdparty%2Fcoreutils.git Include dirname.h, to get base_name --- diff --git a/src/ls.c b/src/ls.c index db0e1de185..3a3810b7f6 100644 --- a/src/ls.c +++ b/src/ls.c @@ -107,6 +107,7 @@ int wcwidth (); #include #include "argmatch.h" +#include "dirname.h" #include "error.h" #include "human.h" #include "filemode.h" diff --git a/src/remove.c b/src/remove.c index 0536893e7f..c76bffaa88 100644 --- a/src/remove.c +++ b/src/remove.c @@ -34,6 +34,7 @@ typedef enum {false = 0, true = 1} bool; #include "save-cwd.h" #include "system.h" +#include "dirname.h" #include "error.h" #include "obstack.h" #include "hash.h"