From c295b632990b77736a93eb9f1102184da1a8ded1 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 00:08:41 -0500 Subject: [PATCH] fs_find_mount_point.cpp --- src/fs_find_mount_point.cpp | 2 ++ 1 file changed, 2 insertions(+) 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_) {