$OpenBSD: patch-src_include_scripting_sqplus_sqplus_h,v 1.3 2014/11/18 10:17:18 brad Exp $

Replace the malloc.h header with stdlib.h.

--- src/include/scripting/sqplus/sqplus.h.orig	Mon Nov  3 23:57:42 2014
+++ src/include/scripting/sqplus/sqplus.h	Mon Nov  3 23:58:09 2014
@@ -16,7 +16,7 @@
   #include <malloc/malloc.h>
 #else
   // C::B patch: support for FreeBSD
-  #ifdef __FreeBSD__
+  #if defined(__FreeBSD__) || defined(__OpenBSD__)
     #include <stdlib.h>
   #else
     #include <malloc.h>
