$OpenBSD: patch-src_include_scripting_sqplus_sqplus_h,v 1.4 2018/02/06 15:28:51 sthen Exp $

Replace the malloc.h header with stdlib.h.

Index: src/include/scripting/sqplus/sqplus.h
--- src/include/scripting/sqplus/sqplus.h.orig
+++ src/include/scripting/sqplus/sqplus.h
@@ -17,7 +17,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>
