mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
synced 2024-11-23 17:53:39 +08:00
fibmap: need linux/fs.h for FIBMAP
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
a68ee58a5d
commit
03ca33c407
@ -11,7 +11,7 @@
|
||||
#include <libgen.h>
|
||||
#include <linux/hdreg.h>
|
||||
#include <linux/types.h>
|
||||
// #include <linux/fs.h>
|
||||
#include <linux/fs.h>
|
||||
|
||||
struct file_ext {
|
||||
__u32 f_pos;
|
||||
|
Loading…
Reference in New Issue
Block a user