$NetBSD: patch-ak,v 1.1 2006/10/06 19:15:09 schwarz Exp $

--- libhtmlw/HTMLcolors.c.orig	2006-10-04 21:49:35.000000000 +0200
+++ libhtmlw/HTMLcolors.c	2006-10-04 21:50:54.000000000 +0200
@@ -2,7 +2,9 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <malloc.h>
+#ifndef __APPLE__
+# include <malloc.h>
+#endif
 #include <ctype.h>
 #include <math.h>
 
