$OpenBSD: patch-src_google_protobuf-c_protobuf-c-data-buffer_c,v 1.1.1.1 2011/07/08 08:58:02 dcoppa Exp $

malloc.h is obsolete

--- src/google/protobuf-c/protobuf-c-data-buffer.c.orig	Thu Jul  7 17:13:21 2011
+++ src/google/protobuf-c/protobuf-c-data-buffer.c	Thu Jul  7 17:13:35 2011
@@ -33,11 +33,6 @@
 #endif
 #include <string.h>
 #include <errno.h>
-#if HAVE_ALLOCA_H
-# include <alloca.h>
-#elif HAVE_MALLOC_H
-# include <malloc.h>
-#endif
 #include <stdlib.h>
 #include "protobuf-c-data-buffer.h"
 
