<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- md5.c.orig	2004-08-18 10:29:22
+++ md5.c	2023-11-24 01:24:43
@@ -25,6 +25,7 @@
  */
 
 #include &lt;stdio.h&gt;
+#include &lt;string.h&gt;
 
 #include "md5.h"
 
--- highlnk.c.orig	2023-11-24 01:33:33
+++ highlnk.c	2023-11-24 01:39:32
@@ -4,7 +4,10 @@
 *  Copyright (c) 2004 Thomas Perl &lt;perl.thomas@aon.at&gt;                     *
 \**************************************************************************/
 
+#include &lt;libgen.h&gt;
 #include &lt;stdio.h&gt;
+#include &lt;stdlib.h&gt;
+#include &lt;string.h&gt;
 #include &lt;unistd.h&gt;
 #include &lt;sys/syslimits.h&gt;
 
--- finder.c.orig	2023-11-24 01:33:33
+++ finder.c	2023-11-24 01:39:54
@@ -5,6 +5,8 @@
 \**************************************************************************/
 
 #include &lt;stdio.h&gt;
+#include &lt;stdlib.h&gt;
+#include &lt;string.h&gt;
 #include &lt;unistd.h&gt;
 #include &lt;dirent.h&gt;
 #include &lt;sys/syslimits.h&gt;
</pre></body></html>