Index: uspace/app/df/df.c
===================================================================
--- uspace/app/df/df.c	(revision 3432ddbc317ea5071bec2700049d0a9766c3f296)
+++ uspace/app/df/df.c	(revision 23b7c02ba4787d5eeeb33a794792a5d0f1f743a9)
@@ -59,5 +59,5 @@
 static unsigned int human_readable;
 
-static int size_to_human_readable(char buf[], uint64_t bytes)
+static int size_to_human_readable(char buf[], uint64_t bytes);
 static void print_header(void);
 static void print_statfs(struct statfs *, char *, char *);
