<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git src/assuan-socket.c src/assuan-socket.c
index bffe480..57ee5b0 100644
--- src/assuan-socket.c
+++ src/assuan-socket.c
@@ -33,6 +33,9 @@
 # include &lt;io.h&gt;
 #endif
 #else
+#  if (__APPLE__ &amp;&amp; __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ &lt; 1050)
+#   include &lt;sys/select.h&gt;
+#  endif
 # include &lt;sys/types.h&gt;
 # include &lt;sys/socket.h&gt;
 # include &lt;netinet/in.h&gt;
</pre></body></html>