<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix implicit declaration of functions.
--- configure.orig	1998-11-02 17:33:47.000000000 -0600
+++ configure	2021-04-15 16:24:11.000000000 -0500
@@ -1062,6 +1062,7 @@
 #line 1063 "configure"
 #include "confdefs.h"
 #include &lt;ctype.h&gt;
+#include &lt;stdlib.h&gt;
 #define ISLOWER(c) ('a' &lt;= (c) &amp;&amp; (c) &lt;= 'z')
 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 #define XOR(e, f) (((e) &amp;&amp; !(f)) || (!(e) &amp;&amp; (f)))
--- hpwd.c.orig	1998-04-11 03:26:59.000000000 -0500
+++ hpwd.c	2021-04-15 16:30:34.000000000 -0500
@@ -24,6 +24,7 @@
 # endif
 
 # include &lt;stdio.h&gt;
+# include &lt;string.h&gt;
 
 # include "hfs.h"
 # include "hcwd.h"
--- libhfs/configure.orig	1998-11-02 17:33:58.000000000 -0600
+++ libhfs/configure	2021-04-15 16:28:14.000000000 -0500
@@ -1277,6 +1277,8 @@
   cat &gt; conftest.$ac_ext &lt;&lt;EOF
 #line 1279 "configure"
 #include "confdefs.h"
+#include &lt;stdlib.h&gt;
+#include &lt;string.h&gt;
 
 main()
 {
</pre></body></html>