Browse Source

fs_find_mount_point.cpp

inodecalc
Antonio SJ Musumeci 4 weeks ago
parent
commit
c295b63299
  1. 2
      src/fs_find_mount_point.cpp

2
src/fs_find_mount_point.cpp

@ -1,5 +1,7 @@
#include "fs_find_mount_point.hpp" #include "fs_find_mount_point.hpp"
#include "fs_lstat.hpp"
int int
fs::find_mount_point(const ghc::filesystem::path &path_) fs::find_mount_point(const ghc::filesystem::path &path_)
{ {

Loading…
Cancel
Save