1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-21 20:20:24 +02:00

* alloca.c: #include <scmconfig.h>, not <config.h>.

* Makefile.am (EXTRA_libguile_la_SOURCES): Mention alloca.c, so
it'll get included in disties.
This commit is contained in:
Jim Blandy 1997-04-19 13:25:09 +00:00
parent 549436debe
commit 5ac58d89ab

View file

@ -22,7 +22,7 @@
your main control loop, etc. to force garbage collection. */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <scmconfig.h>
#endif
#ifdef HAVE_STRING_H