From 77f6ad8381a74d1f8c90b34a811a19fa3e3252e6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Jan 2003 22:48:02 +0000 Subject: [PATCH] Include "xgetcwd.h". --- lib/save-cwd.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/save-cwd.c b/lib/save-cwd.c index b77edb3392..4c147efd29 100644 --- a/lib/save-cwd.c +++ b/lib/save-cwd.c @@ -1,5 +1,5 @@ /* save-cwd.c -- Save and restore current working directory. - Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -48,8 +48,7 @@ extern int errno; #include "save-cwd.h" #include "error.h" - -char *xgetcwd PARAMS ((void)); +#include "xgetcwd.h" /* Record the location of the current working directory in CWD so that the program may change to other directories and later use restore_cwd -- 2.47.2