<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git trunk/lib/Support/Unix/Path.inc.orig trunk/lib/Support/Unix/Path.inc
index c64c0df..aaa2226 100644
--- trunk/lib/Support/Unix/Path.inc.orig
+++ trunk/lib/Support/Unix/Path.inc
@@ -38,6 +38,9 @@
 @@ -38,6 +38,9 @@
 #include &lt;mach-o/dyld.h&gt;
 #include &lt;sys/attr.h&gt;
 #include &lt;copyfile.h&gt;
+#ifndef COPYFILE_CLONE
+#define COPYFILE_CLONE		(1&lt;&lt;24)
+#endif
 #elif defined(__FreeBSD__)
 #include &lt;osreldate.h&gt;
 #if __FreeBSD_version &gt;= 1300057
</pre></body></html>