diff options
-rw-r--r-- | src/du.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -90,6 +90,9 @@ typedef struct char *text; /* Pointer to the text. */ } *string, stringstruct; +int stat (); +int lstat (); + char *savedir (); char *xmalloc (); char *xrealloc (); |