aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-10-11 10:28:42 -0400
committerTheodore Ts'o <tytso@mit.edu>2018-10-11 10:28:42 -0400
commitcf5587db3ed5453d3b258b986ce51a930a4fc7ac (patch)
tree8964f1f38b19f0f964cfec310af6ec38839c6d90 /misc
parent62dfbc0fb2be77c4e0861c03601fd61dbb01e438 (diff)
parent4c2463c54ba40a92c60bd9f76eabc3f1a69226bb (diff)
downloadandroid_external_e2fsprogs-cf5587db3ed5453d3b258b986ce51a930a4fc7ac.tar.gz
android_external_e2fsprogs-cf5587db3ed5453d3b258b986ce51a930a4fc7ac.tar.bz2
android_external_e2fsprogs-cf5587db3ed5453d3b258b986ce51a930a4fc7ac.zip
Merge branch 'maint' into next
Diffstat (limited to 'misc')
-rw-r--r--misc/filefrag.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/filefrag.c b/misc/filefrag.c
index 56f84ed8..1eec146d 100644
--- a/misc/filefrag.c
+++ b/misc/filefrag.c
@@ -45,7 +45,9 @@ extern int optind;
#include <sys/stat.h>
#include <sys/vfs.h>
#include <sys/ioctl.h>
+#ifdef HAVE_LINUX_FD_H
#include <linux/fd.h>
+#endif
#include <ext2fs/ext2fs.h>
#include <ext2fs/ext2_types.h>
#include <ext2fs/fiemap.h>