diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index ebdc9d20..cd79bed8 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -1,5 +1,7 @@ #include "fs_find_mount_point.hpp" +#include "fs_lstat.hpp" + int fs::find_mount_point(const ghc::filesystem::path &path_) {