Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-03-18 01:59:54 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-03-18 01:59:54 +0300
commit2578a465c1b33b3aaa51349a3ef125127ac008d8 (patch)
tree9c199de590499be3f080313bc205740310b6b07e /include/llfio/v2.0/symlink_handle.hpp
parent48a380488e389962594914c234452fb8447d064a (diff)
Builds once again on MacOS, but tests do not currently pass
Diffstat (limited to 'include/llfio/v2.0/symlink_handle.hpp')
-rw-r--r--include/llfio/v2.0/symlink_handle.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llfio/v2.0/symlink_handle.hpp b/include/llfio/v2.0/symlink_handle.hpp
index 722eca4c..99b74a29 100644
--- a/include/llfio/v2.0/symlink_handle.hpp
+++ b/include/llfio/v2.0/symlink_handle.hpp
@@ -43,6 +43,10 @@ Distributed under the Boost Software License, Version 1.0.
#pragma warning(disable : 4251) // dll interface
#endif
+extern "C" {
+ struct stat;
+}
+
LLFIO_V2_NAMESPACE_EXPORT_BEGIN
class symlink_handle;