$OpenBSD: patch-src_lists_c,v 1.1 2013/12/03 00:49:44 fgsch Exp $
--- src/lists.c.orig	Sun Feb 24 14:01:44 2013
+++ src/lists.c	Sun Feb 24 14:01:52 2013
@@ -22,7 +22,9 @@
 #define _GNU_SOURCE
 #include <stdlib.h>
 #include <string.h>
+#ifdef HAVE_MALLOC_H
 #include <malloc.h>
+#endif
 
 #include <ccs.h>
 
