15 lines
243 B
Text
15 lines
243 B
Text
|
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 ()
|
||
|
{
|