<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- common/configure.orig	2008-10-14 08:28:36.000000000 -0500
+++ common/configure	2022-03-09 06:46:43.000000000 -0600
@@ -925,6 +925,7 @@
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
 #line 927 "configure"
 #include "confdefs.h"
+#include &lt;stdlib.h&gt;
 $ac_declaration
 int main() {
 exit (42);
--- common/network/TcpSocket.cxx.orig	2008-10-16 10:16:20.000000000 -0500
+++ common/network/TcpSocket.cxx	2013-12-18 17:50:54.000000000 -0600
@@ -24,6 +24,7 @@
 #else
 #define errorNumber errno
 #define closesocket close
+#include &lt;stdlib.h&gt;
 #include &lt;sys/types.h&gt;
 #include &lt;sys/socket.h&gt;
 #include &lt;arpa/inet.h&gt;
--- unix/configure.orig	2008-10-14 08:28:36.000000000 -0500
+++ unix/configure	2022-03-09 06:46:36.000000000 -0600
@@ -929,6 +929,7 @@
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
 #line 931 "configure"
 #include "confdefs.h"
+#include &lt;stdlib.h&gt;
 $ac_declaration
 int main() {
 exit (42);
--- unix/tx/TXImage.cxx.orig	2008-10-16 10:16:21.000000000 -0500
+++ unix/tx/TXImage.cxx	2013-12-18 17:52:06.000000000 -0600
@@ -20,6 +20,7 @@
 //
 
 
+#include &lt;stdlib.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;strings.h&gt;
 #include &lt;sys/types.h&gt;
--- unix/x0vncserver/Image.cxx.orig	2008-10-16 10:16:21.000000000 -0500
+++ unix/x0vncserver/Image.cxx	2013-12-18 17:53:56.000000000 -0600
@@ -20,6 +20,7 @@
 //
 
 
+#include &lt;stdlib.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;sys/types.h&gt;
 #include &lt;sys/ipc.h&gt;
</pre></body></html>