diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 40726230..cf63cd7e 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -95,7 +95,7 @@ namespace l static int getattr(std::string const &fullpath_, - FollowSymlinks const followsymlinks_) + FollowSymlinks const followsymlinks_, struct stat *st_) { int rv;