mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
Add malloc.h to get alloca() on mingw.
This commit is contained in:
parent
ce385c5dc0
commit
c792a7533c
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ char *alloca ();
|
|||
# endif
|
||||
# endif
|
||||
#endif
|
||||
#if HAVE_MALLOC_H
|
||||
#include <malloc.h> /* alloca on mingw */
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include "libguile/_scm.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue