<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/halloc.c	Wed May 19 07:00:45 2004
+++ src/halloc.c.new	Wed May 19 10:46:49 2004
@@ -12,7 +12,7 @@
  *	http://www.opensource.org/licenses/bsd-license.php
  */
 
-#include &lt;malloc.h&gt;  /* realloc */
+#include &lt;stdlib.h&gt;  /* link different */
 #include &lt;string.h&gt;  /* memset &amp; co */
 
 #include "halloc.h"
</pre></body></html>