diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index f9e68703..ee931d11 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -2,7 +2,7 @@ #include "fs_lstat.hpp" -ghc::filesystem::path +fs::ecpath fs::find_mount_point(const ghc::filesystem::path &path_) { int rv;