$OpenBSD: patch-src_OSD_OSD_MemInfo_cxx,v 1.1.1.1 2019/11/06 17:23:22 sthen Exp $

Index: src/OSD/OSD_MemInfo.cxx
--- src/OSD/OSD_MemInfo.cxx.orig
+++ src/OSD/OSD_MemInfo.cxx
@@ -31,7 +31,9 @@
   #include <malloc/malloc.h>
 #else
   #include <unistd.h>
-  #include <malloc.h>
+  #ifndef __OpenBSD__
+    #include <malloc.h>
+  #endif
 #endif
 
 #include <string>
