diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-10 22:55:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-10 22:55:33 +0000 |
commit | 44b0813e1e07303ae778e21857e08e19a21f15a7 (patch) | |
tree | 0f7eb6f1a90541009b7ce968e06e7c7416084eee /src/pwd.c | |
parent | 251cad0c9cf97a71df14f3b212c929f43710b4d5 (diff) | |
download | coreutils-44b0813e1e07303ae778e21857e08e19a21f15a7.tar.xz |
Include "xgetcwd.h".
Diffstat (limited to 'src/pwd.c')
-rw-r--r-- | src/pwd.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* pwd - print current directory - Copyright (C) 1994-1997, 1999-2002 Free Software Foundation, Inc. + Copyright (C) 1994-1997, 1999-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 @@ -25,14 +25,13 @@ #include "closeout.h" #include "long-options.h" #include "error.h" +#include "xgetcwd.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "pwd" #define AUTHORS "Jim Meyering" -char *xgetcwd (); - /* The name this program was run with. */ char *program_name; |