summaryrefslogtreecommitdiff
path: root/src/rmdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmdir.c')
-rw-r--r--src/rmdir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rmdir.c b/src/rmdir.c
index 260205c3c..86ec7c1a3 100644
--- a/src/rmdir.c
+++ b/src/rmdir.c
@@ -28,6 +28,7 @@
#include <sys/types.h>
#include "system.h"
+#include "dirname.h"
#include "error.h"
#include "quote.h"
@@ -44,8 +45,6 @@
# define ENOTEMPTY 0
#endif
-void strip_trailing_slashes ();
-
/* The name this program was run with. */
char *program_name;