diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/remove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c index e9223fd53..549715ac9 100644 --- a/src/remove.c +++ b/src/remove.c @@ -32,6 +32,7 @@ #include "cycle-check.h" #include "dirname.h" #include "error.h" +#include "euidaccess.h" #include "file-type.h" #include "hash.h" #include "hash-pjw.h" @@ -118,7 +119,6 @@ struct AD_ent } u; }; -int euidaccess (); int yesno (); extern char *program_name; |