mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-04 23:04:48 -04:00
Include dirname.h, to get base_name
This commit is contained in:
@@ -107,6 +107,7 @@ int wcwidth ();
|
||||
#include <fnmatch.h>
|
||||
|
||||
#include "argmatch.h"
|
||||
#include "dirname.h"
|
||||
#include "error.h"
|
||||
#include "human.h"
|
||||
#include "filemode.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user