diff options
Diffstat (limited to 'src/fs/FileInfo.hxx')
-rw-r--r-- | src/fs/FileInfo.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/FileInfo.hxx b/src/fs/FileInfo.hxx index 3805d3ef0..ad0fb4064 100644 --- a/src/fs/FileInfo.hxx +++ b/src/fs/FileInfo.hxx @@ -54,6 +54,7 @@ class FileInfo { bool follow_symlinks); friend bool GetFileInfo(Path path, FileInfo &info, Error &error); + friend class FileReader; #ifdef WIN32 WIN32_FILE_ATTRIBUTE_DATA data; |