]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include dirname.h, to get base_name
authorJim Meyering <jim@meyering.net>
Sat, 12 May 2001 09:52:56 +0000 (09:52 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 May 2001 09:52:56 +0000 (09:52 +0000)
src/ls.c
src/remove.c

index db0e1de185107d62fc0c814588e6670414a75993..3a3810b7f6ae6e0aa5029a80b7b8f4604c7a19b7 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -107,6 +107,7 @@ int wcwidth ();
 #include <fnmatch.h>
 
 #include "argmatch.h"
+#include "dirname.h"
 #include "error.h"
 #include "human.h"
 #include "filemode.h"
index 0536893e7fe99f4f8144173bf342265adc4b31af..c76bffaa883ebe659eb2124bb286974f343662ab 100644 (file)
@@ -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"