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:
parent
549436debe
commit
5ac58d89ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue