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:
Jingbo Xu
2026-05-18 18:07:49 +08:00
committed by Bernd Schubert
parent 7ba4bad144
commit 27fc208463
+1
View File
@@ -11,6 +11,7 @@
#define FUSE_MOUNT_I_LINUX_H_
#include <sys/mount.h>
#include <linux/mount.h>
struct fuse_args;