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.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/mount.c') diff --git a/lib/mount.c b/lib/mount.c index 1f1ee86..3990243 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -25,7 +25,8 @@ #include #include #include -#include + +#include "fuse_mount_compat.h" #ifdef __NetBSD__ #include -- cgit v1.2.3