<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$OpenBSD: patch-vaul_pool_cc,v 1.1 2018/12/22 09:39:03 jca Exp $

Index: vaul/pool.cc
--- vaul/pool.cc.orig
+++ vaul/pool.cc
@@ -24,9 +24,7 @@
 #include &lt;freehdl/vaul-lexer.h&gt;
 #include &lt;freehdl/vaul-util.h&gt;
 
-#if HAVE_MALLOC_H
-#include &lt;malloc.h&gt;
-#endif
+#include &lt;stdlib.h&gt;
 
 vaul_pool::vaul_pool ()
 {
</pre></body></html>