<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/libguile/filesys.c.orig	2024-09-22 13:46:53.000000000 +0800
+++ b/libguile/filesys.c	2024-09-22 14:12:07.000000000 +0800
@@ -46,6 +46,10 @@
 #include &lt;unistd.h&gt;
 #include &lt;string.h&gt;
 
+#ifdef __APPLE__
+#include &lt;sys/stdio.h&gt; /* for renameat */
+#endif
+
 #ifdef HAVE_DIRECT_H
 #include &lt;direct.h&gt;
 #endif
</pre></body></html>