mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Include <alloca.h> in `gsubr.c'.
* libguile/gsubr.c: Include <alloca.h>. Reported by Carlo Bramini <carlo.bramix@libero.it>.
This commit is contained in:
parent
80540f3914
commit
020348bb87
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <alloca.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue