mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
lib mount: include linux/mount.h in mount_i_linux.h
... otherwise MOUNT_ATTR_* would be defined as 0 unexpectedly. Signed-off-by: Jingbo Xu <jefflexu@linux.alibaba.com>
This commit is contained in:
committed by
Bernd Schubert
parent
7ba4bad144
commit
27fc208463
@@ -11,6 +11,7 @@
|
||||
#define FUSE_MOUNT_I_LINUX_H_
|
||||
|
||||
#include <sys/mount.h>
|
||||
#include <linux/mount.h>
|
||||
|
||||
struct fuse_args;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user