ports/lang/freehdl/patches/patch-vaul_pool_cc

15 lines
243 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: vaul/pool.cc
--- vaul/pool.cc.orig
+++ vaul/pool.cc
@@ -24,9 +24,7 @@
#include <freehdl/vaul-lexer.h>
#include <freehdl/vaul-util.h>
-#if HAVE_MALLOC_H
-#include <malloc.h>
-#endif
+#include <stdlib.h>
vaul_pool::vaul_pool ()
{