1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 16:50:21 +02:00

Include <alloca.h> wherever `alloca' is used.

Patch provided by <carlo.bramix@libero.it> (tiny change).

* libguile/control.c, libguile/fluids.c, libguile/foreign.c,
  libguile/hashtab.c, libguile/strings.c: Include <alloca.h>.
This commit is contained in:
Ludovic Courtès 2010-11-19 14:14:53 +01:00
parent 0b54eea09a
commit cdd47ec7e5
5 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,7 @@
# include <config.h>
#endif
#include <alloca.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>