summaryrefslogtreecommitdiff
path: root/bin/df/ext2fs_df.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/df/ext2fs_df.c')
-rw-r--r--bin/df/ext2fs_df.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/df/ext2fs_df.c b/bin/df/ext2fs_df.c
index fbd22cdecf1..a92e56053b4 100644
--- a/bin/df/ext2fs_df.c
+++ b/bin/df/ext2fs_df.c
@@ -40,13 +40,15 @@
* @(#)ffs_vfsops.c 8.14 (Berkeley) 11/28/94
*/
-#include <unistd.h>
-#include <fcntl.h>
#include <sys/param.h>
#include <sys/mount.h>
-#include <fstab.h>
#include <ufs/ext2fs/ext2fs.h>
#include <ufs/ext2fs/ext2fs_dinode.h>
+#include <unistd.h>
+#include <stdlib.h>
+#include <string.h>
+#include <fcntl.h>
+#include <fstab.h>
int e2fs_df __P((int, char *, struct statfs *));