summaryrefslogtreecommitdiff
path: root/src/pwd.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-10 22:55:33 +0000
committerJim Meyering <jim@meyering.net>2003-01-10 22:55:33 +0000
commit44b0813e1e07303ae778e21857e08e19a21f15a7 (patch)
tree0f7eb6f1a90541009b7ce968e06e7c7416084eee /src/pwd.c
parent251cad0c9cf97a71df14f3b212c929f43710b4d5 (diff)
downloadcoreutils-44b0813e1e07303ae778e21857e08e19a21f15a7.tar.xz
Include "xgetcwd.h".
Diffstat (limited to 'src/pwd.c')
-rw-r--r--src/pwd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pwd.c b/src/pwd.c
index 9e53b6143..9d5aa15f2 100644
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -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;