aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mount_bsd.c
diff options
context:
space:
mode:
authorGiulio Benetti <giulio.benetti@benettiengineering.com>2023-04-06 13:37:57 +0200
committerGitHub <noreply@github.com>2023-04-06 12:37:57 +0100
commitc60a90b73971706f525fc7e3289291636f50caa5 (patch)
tree7bc697ed727a8e650a0106ec34df9a4912648e8d /lib/mount_bsd.c
parent4cf25c27f89754e0e0310cb430dee0ddd9493c70 (diff)
downloadlibfuse-c60a90b73971706f525fc7e3289291636f50caa5.tar.gz
Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)
as well as <sys/mount.h> inclusion to new fuse_mount_compat.h file. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Diffstat (limited to 'lib/mount_bsd.c')
-rw-r--r--lib/mount_bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c
index 35f3634..73abc67 100644
--- a/lib/mount_bsd.c
+++ b/lib/mount_bsd.c
@@ -14,7 +14,7 @@
#include "fuse_opt.h"
#include <sys/param.h>
-#include <sys/mount.h>
+#include "fuse_mount_compat.h"
#include <sys/stat.h>
#include <sys/wait.h>