diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-12 09:52:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-12 09:52:56 +0000 |
commit | 99fa315bf8768c75cc1bfccbb9aeac657f989110 (patch) | |
tree | 0c937e63589a552809803c1ef6d1e63f1b7dc6c9 /src | |
parent | 7ed10357bc6e362eeb9c92900d6a52ebb9564e1e (diff) | |
download | coreutils-99fa315bf8768c75cc1bfccbb9aeac657f989110.tar.xz |
Include dirname.h, to get base_name
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 1 | ||||
-rw-r--r-- | src/remove.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,7 @@ int wcwidth (); #include <fnmatch.h> #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 0536893e7..c76bffaa8 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" |