summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/du.c b/src/du.c
index 509df22cf..3fd05c33f 100644
--- a/src/du.c
+++ b/src/du.c
@@ -90,6 +90,9 @@ typedef struct
char *text; /* Pointer to the text. */
} *string, stringstruct;
+int stat ();
+int lstat ();
+
char *savedir ();
char *xmalloc ();
char *xrealloc ();