Include dirname.h, to get base_name

This commit is contained in:
Jim Meyering
2001-05-12 09:52:56 +00:00
parent 7ed10357bc
commit 99fa315bf8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -107,6 +107,7 @@ int wcwidth ();
#include <fnmatch.h>
#include "argmatch.h"
#include "dirname.h"
#include "error.h"
#include "human.h"
#include "filemode.h"
+1
View 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"