From: Jim Meyering Date: Sat, 12 May 2001 10:05:42 +0000 (+0000) Subject: Include dirname.h. X-Git-Tag: CPPI-1_9~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fecbd786316880a6fbbfab2ac4444828a84a578;p=thirdparty%2Fcoreutils.git Include dirname.h. (strip_trailing_slashes): Remove decl; now in dirname.h. --- diff --git a/lib/rename.c b/lib/rename.c index 29a8da44bd..57676c9640 100644 --- a/lib/rename.c +++ b/lib/rename.c @@ -30,6 +30,7 @@ # include #endif +#include #include #ifndef HAVE_DECL_FREE @@ -39,8 +40,6 @@ void free (); #endif -void strip_trailing_slashes (); - /* Rename the file SRC_PATH to DST_PATH, removing any trailing slashes from SRC_PATH. Needed for SunOS 4.1.1_U1. */