$OpenBSD: patch-libkcal_versit_vcc_c,v 1.1 2016/01/16 18:13:58 jasper Exp $

Stop using malloc.h

--- libkcal/versit/vcc.c.orig	Sat Jan 16 18:29:02 2016
+++ libkcal/versit/vcc.c	Sat Jan 16 18:29:14 2016
@@ -198,7 +198,7 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable.
 #endif
 
 #include <string.h>
-#if !defined(__FreeBSD__) && !defined(__APPLE__)
+#if !defined(__FreeBSD__) && !defined(__APPLE__) && !defined(__OpenBSD__)
 #include <malloc.h>
 #endif
 #include <stdio.h>
