Fix some formatting
[oweals/busybox.git] / df.c
diff --git a/df.c b/df.c
index 22797fbae7d5f9d6fecc582834cad48b6e14334d..0408f9f54c7f089e7d9243c8e174a0ae20e786a1 100644 (file)
--- a/df.c
+++ b/df.c
 
 #include "busybox.h"
 #include <stdio.h>
+#include <stdlib.h>
 #include <mntent.h>
 #include <sys/vfs.h>
+#include <getopt.h>
 
 extern const char mtab_file[]; /* Defined in utility.c */
 #ifdef BB_FEATURE_HUMAN_READABLE