1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +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:
Ludovic Courtès 2009-03-24 23:37:41 +01:00
parent 80540f3914
commit 020348bb87

View file

@ -20,6 +20,8 @@
# include <config.h>
#endif
#include <alloca.h>
#include <stdio.h>
#include <stdarg.h>