From c60a90b73971706f525fc7e3289291636f50caa5 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Thu, 6 Apr 2023 13:37:57 +0200 Subject: Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753) as well as inclusion to new fuse_mount_compat.h file. Signed-off-by: Giulio Benetti --- lib/mount_util.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/mount_util.c') diff --git a/lib/mount_util.c b/lib/mount_util.c index daf7b5e..8027a2e 100644 --- a/lib/mount_util.c +++ b/lib/mount_util.c @@ -10,6 +10,7 @@ #include "fuse_config.h" #include "mount_util.h" + #include #include #include @@ -27,7 +28,9 @@ #endif #include #include -#include + +#include "fuse_mount_compat.h" + #include #if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__FreeBSD_kernel__) -- cgit v1.2.3