summaryrefslogtreecommitdiff
path: root/src/df.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/df.c
parent251cad0c9cf97a71df14f3b212c929f43710b4d5 (diff)
downloadcoreutils-44b0813e1e07303ae778e21857e08e19a21f15a7.tar.gz
Include "xgetcwd.h".
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/df.c b/src/df.c
index df143739b..e498e8a3f 100644
--- a/src/df.c
+++ b/src/df.c
@@ -1,5 +1,5 @@
/* df - summarize free disk space
- Copyright (C) 91, 1995-2002 Free Software Foundation, Inc.
+ Copyright (C) 91, 1995-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
@@ -39,6 +39,7 @@
#include "path-concat.h"
#include "quote.h"
#include "save-cwd.h"
+#include "xgetcwd.h"
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "df"
@@ -46,8 +47,6 @@
#define AUTHORS \
N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert")
-char *xgetcwd ();
-
/* Name this program was run with. */
char *program_name;