summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/df.c b/src/df.c
index 301f35441..6b63c670f 100644
--- a/src/df.c
+++ b/src/df.c
@@ -37,15 +37,16 @@
#include <stdio.h>
#include <sys/types.h>
#include <getopt.h>
+
#include "mountlist.h"
#include "fsusage.h"
#include "system.h"
#include "version.h"
#include "safe-stat.h"
+#include "error.h"
char *xmalloc ();
char *xstrdup ();
-void error ();
static int selected_fstype ();
static int excluded_fstype ();