<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Add some missing #includes.

--- motif-2.3.8/demos/unsupported/xmform/xmform.c	2016-03-16 02:10:08.000000000 +0000
+++ motif-2.3.8/demos/unsupported/xmform/xmform.c	2025-07-04 03:33:35.807396821 +0100
@@ -55,6 +55,8 @@
 #include &lt;Xm/PushB.h&gt;
 #include &lt;Xm/ArrowB.h&gt;
 
+#include &lt;stdlib.h&gt;
+
 static void FillItPlease();
 static void NearlyEvenSpread();
 static Widget AddStem() ;
--- motif-2.3.8/lib/Xm/XpmI.h	2017-08-17 01:38:43.000000000 +0100
+++ motif-2.3.8/lib/Xm/XpmI.h	2025-07-04 03:32:16.628359013 +0100
@@ -122,6 +122,7 @@
 #include &lt;sys/types.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;stdlib.h&gt;
+#include &lt;string.h&gt;
 #include &lt;limits.h&gt;
 #include &lt;X11/Xmd.h&gt;
 /* stdio.h doesn't declare popen on a Sequent DYNIX OS */
</pre></body></html>