$OpenBSD: patch-src_icon-lookup_c,v 1.1 2021/12/12 20:32:28 op Exp $

Don't use malloc.h header on OpenBSD.

Index: src/icon-lookup.c
--- src/icon-lookup.c.orig
+++ src/icon-lookup.c
@@ -3,7 +3,6 @@
 
 #include <glib.h>
 #include <stdio.h>
-#include <malloc.h>
 #include <unistd.h>
 #include <assert.h>
 
